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

Commit c06cf0a2 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

ARM: mvebu: armada-xp: Add RGMII pinctrl to Lenovo ix4-300d



Lenovo ix4-300d has two ethernet PHYs connected via RGMII. Add the
corresponding pinctrl settings.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-By: default avatarBenoit Masson <yahoo@perenite.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 7254f6c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,12 +66,16 @@
			};

			ethernet@70000 {
				pinctrl-0 = <&pmx_ge0_rgmii>;
				pinctrl-names = "default";
				status = "okay";
				phy = <&phy0>;
				phy-mode = "rgmii-id";
			};

			ethernet@74000 {
				pinctrl-0 = <&pmx_ge1_rgmii>;
				pinctrl-names = "default";
				status = "okay";
				phy = <&phy1>;
				phy-mode = "rgmii-id";