ARM: dts: stm32: fix ltdc pinctrl on microdev2.0-of7
authorAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 15 Apr 2021 10:10:37 +0000 (12:10 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 10 Jun 2021 12:11:24 +0000 (14:11 +0200)
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: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp157a-microgea-stm32mp1-microdev2.0-of7.dts

index 674b2d3..5670b23 100644 (file)
@@ -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 */