diff options
Diffstat (limited to 'arch/arm/boot/dts/imx51-apf51dev.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-apf51dev.dts | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx51-apf51dev.dts b/arch/arm/boot/dts/imx51-apf51dev.dts index 23e0058a89e4..c29cfa927c98 100644 --- a/arch/arm/boot/dts/imx51-apf51dev.dts +++ b/arch/arm/boot/dts/imx51-apf51dev.dts | |||
@@ -48,7 +48,7 @@ | |||
48 | 48 | ||
49 | user-key { | 49 | user-key { |
50 | label = "user"; | 50 | label = "user"; |
51 | gpios = <&gpio1 3 0>; | 51 | gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; |
52 | linux,code = <256>; /* BTN_0 */ | 52 | linux,code = <256>; /* BTN_0 */ |
53 | }; | 53 | }; |
54 | }; | 54 | }; |
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | user { | 59 | user { |
60 | label = "Heartbeat"; | 60 | label = "Heartbeat"; |
61 | gpios = <&gpio1 2 0>; | 61 | gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; |
62 | linux,default-trigger = "heartbeat"; | 62 | linux,default-trigger = "heartbeat"; |
63 | }; | 63 | }; |
64 | }; | 64 | }; |
@@ -68,7 +68,8 @@ | |||
68 | pinctrl-names = "default"; | 68 | pinctrl-names = "default"; |
69 | pinctrl-0 = <&pinctrl_ecspi1>; | 69 | pinctrl-0 = <&pinctrl_ecspi1>; |
70 | fsl,spi-num-chipselects = <2>; | 70 | fsl,spi-num-chipselects = <2>; |
71 | cs-gpios = <&gpio4 24 0>, <&gpio4 25 0>; | 71 | cs-gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>, |
72 | <&gpio4 25 GPIO_ACTIVE_HIGH>; | ||
72 | status = "okay"; | 73 | status = "okay"; |
73 | }; | 74 | }; |
74 | 75 | ||
@@ -76,14 +77,15 @@ | |||
76 | pinctrl-names = "default"; | 77 | pinctrl-names = "default"; |
77 | pinctrl-0 = <&pinctrl_ecspi2>; | 78 | pinctrl-0 = <&pinctrl_ecspi2>; |
78 | fsl,spi-num-chipselects = <2>; | 79 | fsl,spi-num-chipselects = <2>; |
79 | cs-gpios = <&gpio3 28 1>, <&gpio3 27 1>; | 80 | cs-gpios = <&gpio3 28 GPIO_ACTIVE_LOW>, |
81 | <&gpio3 27 GPIO_ACTIVE_LOW>; | ||
80 | status = "okay"; | 82 | status = "okay"; |
81 | }; | 83 | }; |
82 | 84 | ||
83 | &esdhc1 { | 85 | &esdhc1 { |
84 | pinctrl-names = "default"; | 86 | pinctrl-names = "default"; |
85 | pinctrl-0 = <&pinctrl_esdhc1>; | 87 | pinctrl-0 = <&pinctrl_esdhc1>; |
86 | cd-gpios = <&gpio2 29 0>; | 88 | cd-gpios = <&gpio2 29 GPIO_ACTIVE_HIGH>; |
87 | bus-width = <4>; | 89 | bus-width = <4>; |
88 | status = "okay"; | 90 | status = "okay"; |
89 | }; | 91 | }; |