Skip to content

Commit

Permalink
powerpc/85xx: TQM8548: use proper phy-handles for enet2 and enet3
Browse files Browse the repository at this point in the history
For enet2 and enet3 the wrong phy-handles have been used in DTS files
of the TQM8548 modules.

Signed-off-by: Wolfgang Grandegger <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
grandwolf authored and kumargala committed Apr 7, 2009
1 parent 6467cae commit 655544c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8548-bigflash.dts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
interrupts = <31 2 32 2 33 2>;
interrupt-parent = <&mpic>;
tbi-handle = <&tbi2>;
phy-handle = <&phy3>;
phy-handle = <&phy4>;

mdio@520 {
#address-cells = <1>;
Expand Down Expand Up @@ -275,7 +275,7 @@
interrupts = <37 2 38 2 39 2>;
interrupt-parent = <&mpic>;
tbi-handle = <&tbi3>;
phy-handle = <&phy4>;
phy-handle = <&phy5>;

mdio@520 {
#address-cells = <1>;
Expand Down
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/tqm8548.dts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
interrupts = <31 2 32 2 33 2>;
interrupt-parent = <&mpic>;
tbi-handle = <&tbi2>;
phy-handle = <&phy3>;
phy-handle = <&phy4>;

mdio@520 {
#address-cells = <1>;
Expand Down Expand Up @@ -275,7 +275,7 @@
interrupts = <37 2 38 2 39 2>;
interrupt-parent = <&mpic>;
tbi-handle = <&tbi3>;
phy-handle = <&phy4>;
phy-handle = <&phy5>;

mdio@520 {
#address-cells = <1>;
Expand Down

0 comments on commit 655544c

Please sign in to comment.