Skip to content

Commit

Permalink
[POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDI…
Browse files Browse the repository at this point in the history
…O bus

...thus use fixed-link to register proper "Fixed PHY"

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Vitaly Bordug authored and Kumar Gala committed Jan 24, 2008
1 parent a79d8e9 commit e300076
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions arch/powerpc/boot/dts/mpc8349emitx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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>;
};

Expand Down

0 comments on commit e300076

Please sign in to comment.