Skip to content

Commit

Permalink
powerpc/44x: Use correct phy-address dt nodes on taishan.dts
Browse files Browse the repository at this point in the history
Taishan (440GX) has the first PHY (EMAC2) mapped at PHY address 1
and the 2nd PHY (EMAC3) at PHY address 3. Use "phy-address" to
correctly describe this instead of "phy-map".

Signed-off-by: Stefan Roese <[email protected]>
Cc: Josh Boyer <[email protected]>
Signed-off-by: Josh Boyer <[email protected]>
  • Loading branch information
stroese authored and Josh Boyer committed Jul 12, 2011
1 parent e817513 commit aab42ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/taishan.dts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
rx-fifo-size = <4096>;
tx-fifo-size = <2048>;
phy-mode = "rgmii";
phy-map = <0x00000001>;
phy-address = <1>;
rgmii-device = <&RGMII0>;
rgmii-channel = <0>;
zmii-device = <&ZMII0>;
Expand All @@ -361,7 +361,7 @@
rx-fifo-size = <4096>;
tx-fifo-size = <2048>;
phy-mode = "rgmii";
phy-map = <0x00000003>;
phy-address = <3>;
rgmii-device = <&RGMII0>;
rgmii-channel = <1>;
zmii-device = <&ZMII0>;
Expand Down

0 comments on commit aab42ed

Please sign in to comment.