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/at91sam9g20ek.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/at91sam9g20ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20ek.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek.dts b/arch/arm/boot/dts/at91sam9g20ek.dts index 3f15a3fe0f9f..bbfd753112c9 100644 --- a/arch/arm/boot/dts/at91sam9g20ek.dts +++ b/arch/arm/boot/dts/at91sam9g20ek.dts | |||
@@ -17,13 +17,13 @@ | |||
17 | 17 | ||
18 | ds1 { | 18 | ds1 { |
19 | label = "ds1"; | 19 | label = "ds1"; |
20 | gpios = <&pioA 9 0>; | 20 | gpios = <&pioA 9 GPIO_ACTIVE_HIGH>; |
21 | linux,default-trigger = "heartbeat"; | 21 | linux,default-trigger = "heartbeat"; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | ds5 { | 24 | ds5 { |
25 | label = "ds5"; | 25 | label = "ds5"; |
26 | gpios = <&pioA 6 1>; | 26 | gpios = <&pioA 6 GPIO_ACTIVE_LOW>; |
27 | }; | 27 | }; |
28 | }; | 28 | }; |
29 | }; | 29 | }; |