aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2013-12-04 10:51:39 -0500
committerJason Cooper <jason@lakedaemon.net>2013-12-07 20:00:54 -0500
commit3a31f2d7fce39f3bca0106e69d21119eafb28c85 (patch)
tree26f27131a1693d458e7a99d6f2d1444d63a38157 /arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts
parent23301190d2a9a8c41a3d9f626791fa7a65f8ccfa (diff)
ARM: DT: Kirkwood: Use symbolic names from gpio.h
Use GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW instead of 0 and 1. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts b/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts
index ce9b3be237f9..e2b4ea4f9e10 100644
--- a/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts
+++ b/arch/arm/boot/dts/kirkwood-sheevaplug-esata.dts
@@ -24,8 +24,8 @@
24 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>; 24 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd &pmx_sdio_wp>;
25 pinctrl-names = "default"; 25 pinctrl-names = "default";
26 status = "okay"; 26 status = "okay";
27 cd-gpios = <&gpio1 12 1>; 27 cd-gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
28 wp-gpios = <&gpio1 15 0>; 28 wp-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
29 }; 29 };
30 }; 30 };
31 31
@@ -36,7 +36,7 @@
36 36
37 health { 37 health {
38 label = "sheevaplug:blue:health"; 38 label = "sheevaplug:blue:health";
39 gpios = <&gpio1 17 1>; 39 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
40 default-state = "keep"; 40 default-state = "keep";
41 }; 41 };
42 }; 42 };