diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2013-08-08 08:51:24 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-16 04:26:53 -0400 |
commit | 23ad6f65748cd7fbaf03c1d36211bc1cbdf4ed45 (patch) | |
tree | 5e86c9a4d3709cbc9a18486bcb8a76e88174f9de | |
parent | 3314d2be86454656be8dfbb8f81eecb91fbea010 (diff) |
ARM: dts: mxs: add pin config for LCD sync and clock pins
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 6de63427798d..7363fded95ee 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -648,6 +648,19 @@ | |||
648 | fsl,pull-up = <0>; | 648 | fsl,pull-up = <0>; |
649 | }; | 649 | }; |
650 | 650 | ||
651 | lcdif_sync_pins_a: lcdif-sync@0 { | ||
652 | reg = <0>; | ||
653 | fsl,pinmux-ids = < | ||
654 | 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */ | ||
655 | 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */ | ||
656 | 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */ | ||
657 | 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */ | ||
658 | >; | ||
659 | fsl,drive-strength = <0>; | ||
660 | fsl,voltage = <1>; | ||
661 | fsl,pull-up = <0>; | ||
662 | }; | ||
663 | |||
651 | can0_pins_a: can0@0 { | 664 | can0_pins_a: can0@0 { |
652 | reg = <0>; | 665 | reg = <0>; |
653 | fsl,pinmux-ids = < | 666 | fsl,pinmux-ids = < |