aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-cloudbox.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-cloudbox.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-cloudbox.dts11
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/kirkwood-cloudbox.dts b/arch/arm/boot/dts/kirkwood-cloudbox.dts
index 142b9cd3b454..0e06fd3cee4d 100644
--- a/arch/arm/boot/dts/kirkwood-cloudbox.dts
+++ b/arch/arm/boot/dts/kirkwood-cloudbox.dts
@@ -66,8 +66,8 @@
66 66
67 button@1 { 67 button@1 {
68 label = "Power push button"; 68 label = "Power push button";
69 linux,code = <116>; 69 linux,code = <KEY_POWER>;
70 gpios = <&gpio0 16 1>; 70 gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
71 }; 71 };
72 }; 72 };
73 73
@@ -76,17 +76,17 @@
76 76
77 red-fail { 77 red-fail {
78 label = "cloudbox:red:fail"; 78 label = "cloudbox:red:fail";
79 gpios = <&gpio0 14 0>; 79 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
80 }; 80 };
81 blue-sata { 81 blue-sata {
82 label = "cloudbox:blue:sata"; 82 label = "cloudbox:blue:sata";
83 gpios = <&gpio0 15 0>; 83 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
84 }; 84 };
85 }; 85 };
86 86
87 gpio_poweroff { 87 gpio_poweroff {
88 compatible = "gpio-poweroff"; 88 compatible = "gpio-poweroff";
89 gpios = <&gpio0 17 0>; 89 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
90 }; 90 };
91}; 91};
92 92
@@ -94,7 +94,6 @@
94 status = "okay"; 94 status = "okay";
95 95
96 ethphy0: ethernet-phy@0 { 96 ethphy0: ethernet-phy@0 {
97 device_type = "ethernet-phy";
98 reg = <0>; 97 reg = <0>;
99 }; 98 };
100}; 99};