diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2014-03-11 03:30:21 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:58 -0400 |
commit | 5452cb73fa4a2ea5fc89371ea0a5f0f0b839d934 (patch) | |
tree | ff34d1b592aafe62dca082425bad90240fbea981 | |
parent | 7688107a688f40ef0488b8385ea834d03a66556e (diff) |
ENGR00302472-15 ARM: dts: imx6sx-19x19-arm2: Support LVDS output
This patch adds the Hannstar XGA LVDS panel support on the
imx6sx-19x19-arm2 board.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx6sx-19x19-arm2.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts index cf508c5a4fff..f37476bfd27b 100644 --- a/arch/arm/boot/dts/imx6sx-19x19-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-19x19-arm2.dts | |||
@@ -157,6 +157,32 @@ | |||
157 | }; | 157 | }; |
158 | }; | 158 | }; |
159 | 159 | ||
160 | &ldb { | ||
161 | status = "okay"; | ||
162 | |||
163 | lvds-channel@0 { | ||
164 | fsl,data-mapping = "spwg"; | ||
165 | fsl,data-width = <18>; | ||
166 | crtc = "lcdif2"; | ||
167 | status = "okay"; | ||
168 | |||
169 | display-timings { | ||
170 | native-mode = <&timing1>; | ||
171 | timing1: hsd100pxn1 { | ||
172 | clock-frequency = <65000000>; | ||
173 | hactive = <1024>; | ||
174 | vactive = <768>; | ||
175 | hback-porch = <220>; | ||
176 | hfront-porch = <40>; | ||
177 | vback-porch = <21>; | ||
178 | vfront-porch = <7>; | ||
179 | hsync-len = <60>; | ||
180 | vsync-len = <10>; | ||
181 | }; | ||
182 | }; | ||
183 | }; | ||
184 | }; | ||
185 | |||
160 | &pwm3 { | 186 | &pwm3 { |
161 | pinctrl-names = "default"; | 187 | pinctrl-names = "default"; |
162 | pinctrl-0 = <&pinctrl_pwm3_0>; | 188 | pinctrl-0 = <&pinctrl_pwm3_0>; |