aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-sheevaplug.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-sheevaplug.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-sheevaplug.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/kirkwood-sheevaplug.dts b/arch/arm/boot/dts/kirkwood-sheevaplug.dts
index bb61918313db..82f6abf120fd 100644
--- a/arch/arm/boot/dts/kirkwood-sheevaplug.dts
+++ b/arch/arm/boot/dts/kirkwood-sheevaplug.dts
@@ -1,5 +1,5 @@
1/* 1/*
2 * kirkwood-sheevaplug-esata.dts - Device tree file for Sheevaplug 2 * kirkwood-sheevaplug.dts - Device tree file for Sheevaplug
3 * 3 *
4 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com> 4 * Copyright (C) 2013 Simon Baatz <gmbnomis@gmail.com>
5 * 5 *
@@ -31,13 +31,13 @@
31 31
32 health { 32 health {
33 label = "sheevaplug:blue:health"; 33 label = "sheevaplug:blue:health";
34 gpios = <&gpio1 17 1>; 34 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
35 linux,default-trigger = "default-on"; 35 default-state = "keep";
36 }; 36 };
37 37
38 misc { 38 misc {
39 label = "sheevaplug:red:misc"; 39 label = "sheevaplug:red:misc";
40 gpios = <&gpio1 14 1>; 40 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
41 }; 41 };
42 }; 42 };
43}; 43};