Commit b7fb7105b2f11ae33b57404dc9a0295908c6faf6

Authored by Shawn Guo
1 parent 213a8404c4

ARM: dts: imx: add LVDS panel for imx6qdl-sabresd

Add HannStar HSD100PXN1 XGA panel support on LVDS1 port of
imx6qdl-sabresd board.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

Showing 1 changed file with 25 additions and 0 deletions Side-by-side Diff

arch/arm/boot/dts/imx6qdl-sabresd.dtsi
... ... @@ -148,6 +148,31 @@
148 148 };
149 149 };
150 150  
  151 +&ldb {
  152 + status = "okay";
  153 +
  154 + lvds-channel@1 {
  155 + fsl,data-mapping = "spwg";
  156 + fsl,data-width = <18>;
  157 + status = "okay";
  158 +
  159 + display-timings {
  160 + native-mode = <&timing0>;
  161 + timing0: hsd100pxn1 {
  162 + clock-frequency = <65000000>;
  163 + hactive = <1024>;
  164 + vactive = <768>;
  165 + hback-porch = <220>;
  166 + hfront-porch = <40>;
  167 + vback-porch = <21>;
  168 + vfront-porch = <7>;
  169 + hsync-len = <60>;
  170 + vsync-len = <10>;
  171 + };
  172 + };
  173 + };
  174 +};
  175 +
151 176 &ssi2 {
152 177 fsl,mode = "i2s-slave";
153 178 status = "okay";