Commit 11aaf2a0 authored by Alexandre Torgue's avatar Alexandre Torgue
Browse files

ARM: dts: stm32: fix ltdc pinctrl on microdev2.0-of7



It prevents the following warning:

 pin-controller@50002000: 'ltdc' does not match any of the regexes:
'-[0-9]*$', '^gpio@[0-9a-f]*$', 'pinctrl-[0-9]+'

Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent fea99822
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@
};

&pinctrl {
	ltdc_pins: ltdc {
	ltdc_pins: ltdc-0 {
		pins {
			pinmux = <STM32_PINMUX('G', 10, AF14)>,	/* LTDC_B2 */
				 <STM32_PINMUX('H', 12, AF14)>,	/* LTDC_R6 */