aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts14
1 files changed, 6 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts b/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
index d30a91a5047d..2d51fce74a5a 100644
--- a/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
+++ b/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
@@ -45,10 +45,10 @@
45 nr-ports = <1>; 45 nr-ports = <1>;
46 }; 46 };
47 47
48 /* AzureWave AW-GH381 WiFi/BT */
48 mvsdio@90000 { 49 mvsdio@90000 {
49 status = "okay"; 50 status = "okay";
50 /* No CD or WP GPIOs */ 51 non-removable;
51 broken-cd;
52 }; 52 };
53 }; 53 };
54 54
@@ -60,19 +60,19 @@
60 60
61 health-r { 61 health-r {
62 label = "guruplug:red:health"; 62 label = "guruplug:red:health";
63 gpios = <&gpio1 14 1>; 63 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
64 }; 64 };
65 health-g { 65 health-g {
66 label = "guruplug:green:health"; 66 label = "guruplug:green:health";
67 gpios = <&gpio1 15 1>; 67 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
68 }; 68 };
69 wmode-r { 69 wmode-r {
70 label = "guruplug:red:wmode"; 70 label = "guruplug:red:wmode";
71 gpios = <&gpio1 16 1>; 71 gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
72 }; 72 };
73 wmode-g { 73 wmode-g {
74 label = "guruplug:green:wmode"; 74 label = "guruplug:green:wmode";
75 gpios = <&gpio1 17 1>; 75 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
76 }; 76 };
77 }; 77 };
78}; 78};
@@ -101,13 +101,11 @@
101 status = "okay"; 101 status = "okay";
102 102
103 ethphy0: ethernet-phy@0 { 103 ethphy0: ethernet-phy@0 {
104 device_type = "ethernet-phy";
105 compatible = "marvell,88e1121"; 104 compatible = "marvell,88e1121";
106 reg = <0>; 105 reg = <0>;
107 }; 106 };
108 107
109 ethphy1: ethernet-phy@1 { 108 ethphy1: ethernet-phy@1 {
110 device_type = "ethernet-phy";
111 compatible = "marvell,88e1121"; 109 compatible = "marvell,88e1121";
112 reg = <1>; 110 reg = <1>;
113 }; 111 };