Commit 655544c6 authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by Kumar Gala

powerpc/85xx: TQM8548: use proper phy-handles for enet2 and enet3

For enet2 and enet3 the wrong phy-handles have been used in DTS files
of the TQM8548 modules.
Signed-off-by: default avatarWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 6467cae3
...@@ -247,7 +247,7 @@ enet2: ethernet@26000 { ...@@ -247,7 +247,7 @@ enet2: ethernet@26000 {
interrupts = <31 2 32 2 33 2>; interrupts = <31 2 32 2 33 2>;
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
tbi-handle = <&tbi2>; tbi-handle = <&tbi2>;
phy-handle = <&phy3>; phy-handle = <&phy4>;
mdio@520 { mdio@520 {
#address-cells = <1>; #address-cells = <1>;
...@@ -275,7 +275,7 @@ enet3: ethernet@27000 { ...@@ -275,7 +275,7 @@ enet3: ethernet@27000 {
interrupts = <37 2 38 2 39 2>; interrupts = <37 2 38 2 39 2>;
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
tbi-handle = <&tbi3>; tbi-handle = <&tbi3>;
phy-handle = <&phy4>; phy-handle = <&phy5>;
mdio@520 { mdio@520 {
#address-cells = <1>; #address-cells = <1>;
......
...@@ -247,7 +247,7 @@ enet2: ethernet@26000 { ...@@ -247,7 +247,7 @@ enet2: ethernet@26000 {
interrupts = <31 2 32 2 33 2>; interrupts = <31 2 32 2 33 2>;
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
tbi-handle = <&tbi2>; tbi-handle = <&tbi2>;
phy-handle = <&phy3>; phy-handle = <&phy4>;
mdio@520 { mdio@520 {
#address-cells = <1>; #address-cells = <1>;
...@@ -275,7 +275,7 @@ enet3: ethernet@27000 { ...@@ -275,7 +275,7 @@ enet3: ethernet@27000 {
interrupts = <37 2 38 2 39 2>; interrupts = <37 2 38 2 39 2>;
interrupt-parent = <&mpic>; interrupt-parent = <&mpic>;
tbi-handle = <&tbi3>; tbi-handle = <&tbi3>;
phy-handle = <&phy4>; phy-handle = <&phy5>;
mdio@520 { mdio@520 {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment