[PATCH 2/2] [POWERPC] Remove dummy network phy from MPC8313E-RDB
Vitaly Bordug
vitb at kernel.crashing.org
Thu Jul 26 03:43:20 EST 2007
Cleaned up inexistent network phy from the target dts, added
necessary property to gianfar node there.
Signed-off-by: Vitaly Bordug <vitb at kernel.crashing.org>
---
arch/powerpc/boot/dts/mpc8313erdb.dts | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index a1533cc..b602a8b 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
@@ -98,12 +98,6 @@
reg = <24520 20>;
#address-cells = <1>;
#size-cells = <0>;
- phy1: ethernet-phy at 1 {
- interrupt-parent = < &ipic >;
- interrupts = <13 8>;
- reg = <1>;
- device_type = "ethernet-phy";
- };
phy4: ethernet-phy at 4 {
interrupt-parent = < &ipic >;
interrupts = <14 8>;
@@ -120,7 +114,7 @@
local-mac-address = [ 00 00 00 00 00 00 ];
interrupts = <25 8 24 8 23 8>;
interrupt-parent = < &ipic >;
- phy-handle = < &phy1 >;
+ fixed_speed = <1 1000>;
};
ethernet at 25000 {
More information about the Linuxppc-dev
mailing list