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/ethernut5.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/ethernut5.dts')
-rw-r--r-- | arch/arm/boot/dts/ethernut5.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/ethernut5.dts b/arch/arm/boot/dts/ethernut5.dts index 2067c6618ba5..143b6d25bc80 100644 --- a/arch/arm/boot/dts/ethernut5.dts +++ b/arch/arm/boot/dts/ethernut5.dts | |||
@@ -40,7 +40,7 @@ | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | usb1: gadget@fffa4000 { | 42 | usb1: gadget@fffa4000 { |
43 | atmel,vbus-gpio = <&pioC 5 0>; | 43 | atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>; |
44 | status = "okay"; | 44 | status = "okay"; |
45 | }; | 45 | }; |
46 | }; | 46 | }; |
@@ -52,7 +52,7 @@ | |||
52 | status = "okay"; | 52 | status = "okay"; |
53 | 53 | ||
54 | gpios = <0 | 54 | gpios = <0 |
55 | &pioC 14 0 | 55 | &pioC 14 GPIO_ACTIVE_HIGH |
56 | 0 | 56 | 0 |
57 | >; | 57 | >; |
58 | 58 | ||