diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-27 23:45:07 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 01:27:56 -0400 |
commit | a915ee4218f1c2416837b112945154c9c72670c0 (patch) | |
tree | 3a85cb36998362d774c3302e91b7e7c30e6b3278 /arch/arm/boot/dts/imx28-evk.dts | |
parent | 52f7176bd2a35ae712754d80c1206c69074a0a42 (diff) |
ARM: dts: mxs: add lcd support for imx23-evk and imx28-evk
Add lcd support for imx23-evk and imx28-evk.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts index fba72922d3a1..ea7c51f742f8 100644 --- a/arch/arm/boot/dts/imx28-evk.dts +++ b/arch/arm/boot/dts/imx28-evk.dts | |||
@@ -65,6 +65,13 @@ | |||
65 | fsl,pull-up = <0>; | 65 | fsl,pull-up = <0>; |
66 | }; | 66 | }; |
67 | }; | 67 | }; |
68 | |||
69 | lcdif@80030000 { | ||
70 | pinctrl-names = "default"; | ||
71 | pinctrl-0 = <&lcdif_24bit_pins_a>; | ||
72 | panel-enable-gpios = <&gpio3 30 0>; | ||
73 | status = "okay"; | ||
74 | }; | ||
68 | }; | 75 | }; |
69 | 76 | ||
70 | apbx@80040000 { | 77 | apbx@80040000 { |