aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-dockstar.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dockstar.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-dockstar.dts7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dockstar.dts b/arch/arm/boot/dts/kirkwood-dockstar.dts
index 33ff368fbfa5..f31312ebd0d6 100644
--- a/arch/arm/boot/dts/kirkwood-dockstar.dts
+++ b/arch/arm/boot/dts/kirkwood-dockstar.dts
@@ -42,12 +42,12 @@
42 42
43 health { 43 health {
44 label = "status:green:health"; 44 label = "status:green:health";
45 gpios = <&gpio1 14 1>; 45 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
46 linux,default-trigger = "default-on"; 46 default-state = "keep";
47 }; 47 };
48 fault { 48 fault {
49 label = "status:orange:fault"; 49 label = "status:orange:fault";
50 gpios = <&gpio1 15 1>; 50 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
51 }; 51 };
52 }; 52 };
53 regulators { 53 regulators {
@@ -95,7 +95,6 @@
95 status = "okay"; 95 status = "okay";
96 96
97 ethphy0: ethernet-phy@0 { 97 ethphy0: ethernet-phy@0 {
98 device_type = "ethernet-phy";
99 compatible = "marvell,88e1116"; 98 compatible = "marvell,88e1116";
100 reg = <0>; 99 reg = <0>;
101 }; 100 };