From: Dario Binacchi Date: Mon, 3 Jul 2023 16:02:33 +0000 (+0200) Subject: ARM: dts: stm32: fix display pinmux for stm32f746-disco X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=fc7bd99f6d2d732d70bb2191f69955ea335577c6;p=u-boot.git ARM: dts: stm32: fix display pinmux for stm32f746-disco As reported by the datasheet (DocID027590 Rev 4) for PG12: - AF9 -> LCD_B4 - AF14 -> LCD_B1 So replace AF14 with AF9 for PG12 in the dts. Fixes: fe63d3cfb77ef ("ARM: dts: stm32: Sync DT with v4.20 kernel for stm32f7") Signed-off-by: Dario Binacchi Reviewed-by: Patrice Chotard --- diff --git a/arch/arm/dts/stm32f746-disco-u-boot.dtsi b/arch/arm/dts/stm32f746-disco-u-boot.dtsi index 19b5451db4..522cffb1ac 100644 --- a/arch/arm/dts/stm32f746-disco-u-boot.dtsi +++ b/arch/arm/dts/stm32f746-disco-u-boot.dtsi @@ -169,7 +169,7 @@ ltdc_pins: ltdc@0 { pins { pinmux = , /* B0 */ - , /* B4 */ + , /* B4 */ , /* VSYNC */ , /* HSYNC */ , /* CLK */