projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2052d6d
)
[POWERPC] Fix ethernet PHY support on MPC8544 DS
author
Kumar Gala
<galak@kernel.crashing.org>
Thu, 26 Jul 2007 05:07:36 +0000
(
00:07
-0500)
committer
Kumar Gala
<galak@kernel.crashing.org>
Thu, 26 Jul 2007 05:07:36 +0000
(
00:07
-0500)
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>
arch/powerpc/boot/dts/mpc8544ds.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/mpc8544ds.dts
b/arch/powerpc/boot/dts/mpc8544ds.dts
index 4a900c6df762562b9f330d367af58de4f7ceb57c..d8ee4a0198e45da17ab41460d733e56f00fc9d25 100644
(file)
--- 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 {