summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-07-26 00:07:36 -0500
committerKumar Gala <galak@kernel.crashing.org>2007-07-26 00:07:36 -0500
commit9a9bcf4e00281cd135e69f8d996acbbeb5aef6d0 (patch)
tree0f115ed13d54bd8c2a3ee075b56708a09b39389a /arch
parent2052d6d25decc04dc05beb99348b3d78f6e3490d (diff)
downloadlinux-0-day-9a9bcf4e00281cd135e69f8d996acbbeb5aef6d0.tar.gz
linux-0-day-9a9bcf4e00281cd135e69f8d996acbbeb5aef6d0.tar.xz
[POWERPC] Fix ethernet PHY support on MPC8544 DS
The MPC8544 dts needed to set the new phy-connection-type to rgmii-id for the Vitesse PHY on the board to work properly. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/mpc8544ds.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts
index 4a900c6df7625..d8ee4a0198e45 100644
--- a/arch/powerpc/boot/dts/mpc8544ds.dts
+++ b/arch/powerpc/boot/dts/mpc8544ds.dts
@@ -104,6 +104,7 @@
interrupts = <1d 2 1e 2 22 2>;
interrupt-parent = <&mpic>;
phy-handle = <&phy0>;
+ phy-connection-type = "rgmii-id";
};
ethernet@26000 {
@@ -117,6 +118,7 @@
interrupts = <1f 2 20 2 21 2>;
interrupt-parent = <&mpic>;
phy-handle = <&phy1>;
+ phy-connection-type = "rgmii-id";
};
serial@4500 {