Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a9bcf4e authored by Kumar Gala's avatar Kumar Gala
Browse files

[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: default avatarKumar Gala <galak@kernel.crashing.org>
parent 2052d6d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -104,6 +104,7 @@
			interrupts = <1d 2 1e 2 22 2>;
			interrupts = <1d 2 1e 2 22 2>;
			interrupt-parent = <&mpic>;
			interrupt-parent = <&mpic>;
			phy-handle = <&phy0>;
			phy-handle = <&phy0>;
			phy-connection-type = "rgmii-id";
		};
		};


		ethernet@26000 {
		ethernet@26000 {
@@ -117,6 +118,7 @@
			interrupts = <1f 2 20 2 21 2>;
			interrupts = <1f 2 20 2 21 2>;
			interrupt-parent = <&mpic>;
			interrupt-parent = <&mpic>;
			phy-handle = <&phy1>;
			phy-handle = <&phy1>;
			phy-connection-type = "rgmii-id";
		};
		};


		serial@4500 {
		serial@4500 {