aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-cfa10057.dts
diff options
context:
space:
mode:
authorLothar Waßmann <LW@KARO-electronics.de>2013-09-22 02:02:59 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-09-26 01:01:37 -0400
commit4191c3401179a3c068fccd5ff84401a7e3d596e3 (patch)
treebc424ed27421435befc32c99848a09a73e2dfd70 /arch/arm/boot/dts/imx28-cfa10057.dts
parentbc3875f1a61e30dc56b00ffbd55daabce271e2ee (diff)
ARM: dts: mxs: modify mx23/mx28 dts files to use padconfig defines
Convert mx23/mx28 dts files to use the padconfig defintions from mxs-pinfunc.h. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10057.dts')
-rw-r--r--arch/arm/boot/dts/imx28-cfa10057.dts18
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10057.dts b/arch/arm/boot/dts/imx28-cfa10057.dts
index 76430ca3e53d..3c1312885ae0 100644
--- a/arch/arm/boot/dts/imx28-cfa10057.dts
+++ b/arch/arm/boot/dts/imx28-cfa10057.dts
@@ -28,9 +28,9 @@
28 fsl,pinmux-ids = < 28 fsl,pinmux-ids = <
29 MX28_PAD_GPMI_D07__GPIO_0_7 29 MX28_PAD_GPMI_D07__GPIO_0_7
30 >; 30 >;
31 fsl,drive-strength = <0>; 31 fsl,drive-strength = <MXS_DRIVE_4mA>;
32 fsl,voltage = <1>; 32 fsl,voltage = <MXS_VOLTAGE_HIGH>;
33 fsl,pull-up = <0>; 33 fsl,pull-up = <MXS_PULL_DISABLE>;
34 }; 34 };
35 35
36 lcdif_18bit_pins_cfa10057: lcdif-18bit@0 { 36 lcdif_18bit_pins_cfa10057: lcdif-18bit@0 {
@@ -55,9 +55,9 @@
55 MX28_PAD_LCD_D16__LCD_D16 55 MX28_PAD_LCD_D16__LCD_D16
56 MX28_PAD_LCD_D17__LCD_D17 56 MX28_PAD_LCD_D17__LCD_D17
57 >; 57 >;
58 fsl,drive-strength = <0>; 58 fsl,drive-strength = <MXS_DRIVE_4mA>;
59 fsl,voltage = <1>; 59 fsl,voltage = <MXS_VOLTAGE_HIGH>;
60 fsl,pull-up = <0>; 60 fsl,pull-up = <MXS_PULL_DISABLE>;
61 }; 61 };
62 62
63 lcdif_pins_cfa10057: lcdif-evk@0 { 63 lcdif_pins_cfa10057: lcdif-evk@0 {
@@ -68,9 +68,9 @@
68 MX28_PAD_LCD_RS__LCD_DOTCLK 68 MX28_PAD_LCD_RS__LCD_DOTCLK
69 MX28_PAD_LCD_CS__LCD_ENABLE 69 MX28_PAD_LCD_CS__LCD_ENABLE
70 >; 70 >;
71 fsl,drive-strength = <0>; 71 fsl,drive-strength = <MXS_DRIVE_4mA>;
72 fsl,voltage = <1>; 72 fsl,voltage = <MXS_VOLTAGE_HIGH>;
73 fsl,pull-up = <0>; 73 fsl,pull-up = <MXS_PULL_DISABLE>;
74 }; 74 };
75 }; 75 };
76 76