diff options
author | Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> | 2016-06-15 14:51:00 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-27 12:47:48 +0200 |
commit | 4ee83828023d9fe6abbe47881d6fd3ae0e5e3c31 (patch) | |
tree | f53f0fbc131f9bc5acd508da54a74463f846dd2c | |
parent | 122acb64708ac40faa8c5755624a0bcfbebcb9e8 (diff) |
imx6qdl-apalis.dtsi: Update display timings for LDB (LVDS)
Update the display timings for LDB (LVDS), as LDB driver now supports
the native-mode property.
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-apalis.dtsi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index ae873746e017..7cd124f4312b 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -1015,9 +1015,7 @@ status = "okay"; display-timings { -/* "native-mode" seems not to work, it chooses always the first entry - native-mode = <&timing_xga>; */ -#if 0 + native-mode = <&timing_xga>; /* LDB-AM-800600LTNQW-A0H */ timing_svga: 800x600 { clock-frequency = <55000000>; @@ -1033,7 +1031,6 @@ vsync-active = <0>; pixelclk-active = <0>; }; -#endif /* Standard XGA timing */ timing_xga: 1024x768 { clock-frequency = <65000000>; |