]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx: add LVDS panel for imx6qdl-sabresd
authorShawn Guo <shawn.guo@linaro.org>
Tue, 16 Jul 2013 14:15:18 +0000 (22:15 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 22 Aug 2013 15:29:31 +0000 (23:29 +0800)
Add HannStar HSD100PXN1 XGA panel support on LVDS1 port of
imx6qdl-sabresd board.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl-sabresd.dtsi

index 04084721789d103e5837031edb8a42845f7cfdd1..166b9aead12d39c22d35d15e5c23423f0e8c95bc 100644 (file)
        };
 };
 
+&ldb {
+       status = "okay";
+
+       lvds-channel@1 {
+               fsl,data-mapping = "spwg";
+               fsl,data-width = <18>;
+               status = "okay";
+
+               display-timings {
+                       native-mode = <&timing0>;
+                       timing0: hsd100pxn1 {
+                               clock-frequency = <65000000>;
+                               hactive = <1024>;
+                               vactive = <768>;
+                               hback-porch = <220>;
+                               hfront-porch = <40>;
+                               vback-porch = <21>;
+                               vfront-porch = <7>;
+                               hsync-len = <60>;
+                               vsync-len = <10>;
+                       };
+               };
+       };
+};
+
 &ssi2 {
        fsl,mode = "i2s-slave";
        status = "okay";