]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: armada-xp: Add RGMII pinctrl to Lenovo ix4-300d
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Fri, 19 Sep 2014 19:29:27 +0000 (21:29 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sun, 2 Nov 2014 18:58:32 +0000 (18:58 +0000)
Lenovo ix4-300d has two ethernet PHYs connected via RGMII. Add the
corresponding pinctrl settings.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-By: Benoit Masson <yahoo@perenite.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts

index 492cd8e3f4246cf0a4590757099787c201d840a0..c5ee6c00766c9c0f2b7dd0a8d82ef3a72bd07971 100644 (file)
                        };
 
                        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";