aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/boot/dts/mpc8540ads.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts b/arch/powerpc/boot/dts/mpc8540ads.dts
index 93d2c2de6566..5f41c1f7a5f3 100644
--- a/arch/powerpc/boot/dts/mpc8540ads.dts
+++ b/arch/powerpc/boot/dts/mpc8540ads.dts
@@ -83,11 +83,11 @@
83 reg = <1>; 83 reg = <1>;
84 device_type = "ethernet-phy"; 84 device_type = "ethernet-phy";
85 }; 85 };
86 ethernet-phy@2 { 86 ethernet-phy@3 {
87 linux,phandle = <2452002>; 87 linux,phandle = <2452003>;
88 interrupt-parent = <40000>; 88 interrupt-parent = <40000>;
89 interrupts = <37 1>; 89 interrupts = <37 1>;
90 reg = <2>; 90 reg = <3>;
91 device_type = "ethernet-phy"; 91 device_type = "ethernet-phy";
92 }; 92 };
93 }; 93 };
@@ -124,14 +124,14 @@
124 #address-cells = <1>; 124 #address-cells = <1>;
125 #size-cells = <0>; 125 #size-cells = <0>;
126 device_type = "network"; 126 device_type = "network";
127 model = "TSEC"; 127 model = "FEC";
128 compatible = "gianfar"; 128 compatible = "gianfar";
129 reg = <26000 1000>; 129 reg = <26000 1000>;
130 address = [ 00 E0 0C 00 73 02 ]; 130 address = [ 00 E0 0C 00 73 02 ];
131 local-mac-address = [ 00 E0 0C 00 73 02 ]; 131 local-mac-address = [ 00 E0 0C 00 73 02 ];
132 interrupts = <19 2>; 132 interrupts = <19 2>;
133 interrupt-parent = <40000>; 133 interrupt-parent = <40000>;
134 phy-handle = <2452002>; 134 phy-handle = <2452003>;
135 }; 135 };
136 136
137 serial@4500 { 137 serial@4500 {
@@ -251,7 +251,7 @@
251 built-in; 251 built-in;
252 compatible = "chrp,open-pic"; 252 compatible = "chrp,open-pic";
253 device_type = "open-pic"; 253 device_type = "open-pic";
254 big-endian; 254 big-endian;
255 }; 255 };
256 }; 256 };
257}; 257};