From: Vitaly Bordug Date: Thu, 6 Dec 2007 22:51:39 +0000 (+0300) Subject: [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO bus X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e30007656463228ba23748df81a786f74dabf8b4;p=deliverable%2Flinux.git [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO bus ...thus use fixed-link to register proper "Fixed PHY" Signed-off-by: Anton Vorontsov Signed-off-by: Vitaly Bordug Signed-off-by: Kumar Gala --- 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 @@ reg = <1c>; device_type = "ethernet-phy"; }; - - /* Vitesse 7385 */ - phy1f: ethernet-phy@1f { - interrupt-parent = < &ipic >; - interrupts = <12 8>; - reg = <1f>; - device_type = "ethernet-phy"; - }; }; enet0: ethernet@24000 { @@ -157,7 +149,8 @@ local-mac-address = [ 00 00 00 00 00 00 ]; interrupts = <23 8 24 8 25 8>; interrupt-parent = < &ipic >; - phy-handle = < &phy1f >; + /* Vitesse 7385 isn't on the MDIO bus */ + fixed-link = <1 1 d#1000 0 0>; linux,network-index = <1>; };