diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-04-23 20:34:25 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-17 05:27:49 -0400 |
commit | 92f8629b60cace02e3e294f92672c790695d0cca (patch) | |
tree | 039e52293baa9a1842467425ea1a0f887334333d /arch/arm/boot/dts/at91-ariag25.dts | |
parent | 6db64d2978665c9bd70d1054923e00b59a823cc9 (diff) |
ARM: at91: dt: switch to standard GPIO flag defines.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-ariag25.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-ariag25.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index 09beeb4a72f5..5ede7678f298 100644 --- a/arch/arm/boot/dts/at91-ariag25.dts +++ b/arch/arm/boot/dts/at91-ariag25.dts | |||
@@ -156,7 +156,7 @@ | |||
156 | /* little green LED in middle of Aria G25 module */ | 156 | /* little green LED in middle of Aria G25 module */ |
157 | aria_led { | 157 | aria_led { |
158 | label = "aria_led"; | 158 | label = "aria_led"; |
159 | gpios = <&pioB 8 0>; /* PB8 */ | 159 | gpios = <&pioB 8 GPIO_ACTIVE_HIGH>; /* PB8 */ |
160 | linux,default-trigger = "heartbeat"; | 160 | linux,default-trigger = "heartbeat"; |
161 | }; | 161 | }; |
162 | 162 | ||
@@ -164,7 +164,7 @@ | |||
164 | 164 | ||
165 | onewire@0 { | 165 | onewire@0 { |
166 | compatible = "w1-gpio"; | 166 | compatible = "w1-gpio"; |
167 | gpios = <&pioA 21 1>; | 167 | gpios = <&pioA 21 GPIO_ACTIVE_LOW>; |
168 | pinctrl-names = "default"; | 168 | pinctrl-names = "default"; |
169 | pinctrl-0 = <&pinctrl_w1_0>; | 169 | pinctrl-0 = <&pinctrl_w1_0>; |
170 | }; | 170 | }; |