ARM: dts: stm32: Fix display-timings settings for stm32f746-disco
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 24 Aug 2022 13:42:37 +0000 (15:42 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 6 Sep 2022 12:09:05 +0000 (14:09 +0200)
Since commit ef4ce6df3289 "video: stm32: stm32_ltdc: fix data enable polarity"
The panel display output wasn't functional anymore.
Device tree display-timings de-active property value must be updated
to 1.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/dts/stm32f746-disco-u-boot.dtsi

index f88466f..a4ce936 100644 (file)
@@ -58,7 +58,7 @@
                                vsync-len = <10>;
                                hsync-active = <0>;
                                vsync-active = <0>;
-                               de-active = <0>;
+                               de-active = <1>;
                                pixelclk-active = <1>;
                        };
                };