diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-05-31 08:32:56 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-18 19:53:38 -0400 |
commit | 6d624eabcd4bd11f1304b12f7409a48d3a7743e6 (patch) | |
tree | 32326eb6853cd796bbf87c247d14bde23fa71b43 /arch/arm/boot/dts/omap4-panda-common.dtsi | |
parent | 98ef795714a31b3470e9fdd6e977f6733b83f101 (diff) |
ARM: dts: OMAP2+: Use existing constants for GPIOs
Use standard GPIO constants to enhance the readability of DT GPIOs.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-panda-common.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index 171a18533703..f5bec4d0a6fa 100644 --- a/arch/arm/boot/dts/omap4-panda-common.dtsi +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi | |||
@@ -20,13 +20,13 @@ | |||
20 | compatible = "gpio-leds"; | 20 | compatible = "gpio-leds"; |
21 | heartbeat { | 21 | heartbeat { |
22 | label = "pandaboard::status1"; | 22 | label = "pandaboard::status1"; |
23 | gpios = <&gpio1 7 0>; | 23 | gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; |
24 | linux,default-trigger = "heartbeat"; | 24 | linux,default-trigger = "heartbeat"; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | mmc { | 27 | mmc { |
28 | label = "pandaboard::status2"; | 28 | label = "pandaboard::status2"; |
29 | gpios = <&gpio1 8 0>; | 29 | gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; |
30 | linux,default-trigger = "mmc0"; | 30 | linux,default-trigger = "mmc0"; |
31 | }; | 31 | }; |
32 | }; | 32 | }; |