diff options
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index a14399b61fa9..04b8da4deb60 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -125,14 +125,6 @@ | |||
125 | reg = <1c>; | 125 | reg = <1c>; |
126 | device_type = "ethernet-phy"; | 126 | device_type = "ethernet-phy"; |
127 | }; | 127 | }; |
128 | |||
129 | /* Vitesse 7385 */ | ||
130 | phy1f: ethernet-phy@1f { | ||
131 | interrupt-parent = < &ipic >; | ||
132 | interrupts = <12 8>; | ||
133 | reg = <1f>; | ||
134 | device_type = "ethernet-phy"; | ||
135 | }; | ||
136 | }; | 128 | }; |
137 | 129 | ||
138 | enet0: ethernet@24000 { | 130 | enet0: ethernet@24000 { |
@@ -157,7 +149,8 @@ | |||
157 | local-mac-address = [ 00 00 00 00 00 00 ]; | 149 | local-mac-address = [ 00 00 00 00 00 00 ]; |
158 | interrupts = <23 8 24 8 25 8>; | 150 | interrupts = <23 8 24 8 25 8>; |
159 | interrupt-parent = < &ipic >; | 151 | interrupt-parent = < &ipic >; |
160 | phy-handle = < &phy1f >; | 152 | /* Vitesse 7385 isn't on the MDIO bus */ |
153 | fixed-link = <1 1 d#1000 0 0>; | ||
161 | linux,network-index = <1>; | 154 | linux,network-index = <1>; |
162 | }; | 155 | }; |
163 | 156 | ||