diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9g20ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9g20ek.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91sam9g20ek.dts b/arch/arm/boot/dts/at91sam9g20ek.dts index e5324bf9d529..bbfd753112c9 100644 --- a/arch/arm/boot/dts/at91sam9g20ek.dts +++ b/arch/arm/boot/dts/at91sam9g20ek.dts | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2. | 6 | * Licensed under GPLv2. |
7 | */ | 7 | */ |
8 | /dts-v1/; | 8 | /dts-v1/; |
9 | /include/ "at91sam9g20ek_common.dtsi" | 9 | #include "at91sam9g20ek_common.dtsi" |
10 | 10 | ||
11 | / { | 11 | / { |
12 | model = "Atmel at91sam9g20ek"; | 12 | model = "Atmel at91sam9g20ek"; |
@@ -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 | }; |