mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 06:17:15 +00:00
ARM: dts: stm32: Fix display-timings settings for stm32f746-disco
Since commit ef4ce6df32
"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>
This commit is contained in:
parent
06328d1411
commit
5468dc82cb
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
vsync-len = <10>;
|
vsync-len = <10>;
|
||||||
hsync-active = <0>;
|
hsync-active = <0>;
|
||||||
vsync-active = <0>;
|
vsync-active = <0>;
|
||||||
de-active = <0>;
|
de-active = <1>;
|
||||||
pixelclk-active = <1>;
|
pixelclk-active = <1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue