aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-apf28dev.dts
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com>2012-11-02 14:01:47 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-11-04 21:36:09 -0500
commit24acd6bf1d18636344e7f58a69294c2ce7c10a9e (patch)
treebbb48dd1c8e217315c00b36dce26c4008c92d030 /arch/arm/boot/dts/imx28-apf28dev.dts
parent4ced2a40baaabc7afea7c504d222401f013f39b1 (diff)
ARM: mxs: apf28dev: Add pinctrl and gpios
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-apf28dev.dts')
-rw-r--r--arch/arm/boot/dts/imx28-apf28dev.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts
index dde09d437476..8e765aef0a03 100644
--- a/arch/arm/boot/dts/imx28-apf28dev.dts
+++ b/arch/arm/boot/dts/imx28-apf28dev.dts
@@ -26,6 +26,27 @@
26 bus-width = <4>; 26 bus-width = <4>;
27 status = "okay"; 27 status = "okay";
28 }; 28 };
29
30 pinctrl@80018000 {
31 pinctrl-names = "default";
32 pinctrl-0 = <&hog_pins_apf28dev>;
33
34 hog_pins_apf28dev: hog@0 {
35 reg = <0>;
36 fsl,pinmux-ids = <
37 0x1103 /* MX28_PAD_LCD_D16__GPIO_1_16 */
38 0x1113 /* MX28_PAD_LCD_D17__GPIO_1_17 */
39 0x1123 /* MX28_PAD_LCD_D18__GPIO_1_18 */
40 0x1133 /* MX28_PAD_LCD_D19__GPIO_1_19 */
41 0x1143 /* MX28_PAD_LCD_D20__GPIO_1_20 */
42 0x1153 /* MX28_PAD_LCD_D21__GPIO_1_21 */
43 0x1163 /* MX28_PAD_LCD_D22__GPIO_1_22 */
44 >;
45 fsl,drive-strength = <0>;
46 fsl,voltage = <1>;
47 fsl,pull-up = <0>;
48 };
49 };
29 }; 50 };
30 51
31 apbx@80040000 { 52 apbx@80040000 {