]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: mvebu: Add proper pin muxing on Armada 370 RD board
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Mon, 11 Aug 2014 12:14:41 +0000 (09:14 -0300)
committerJason Cooper <jason@lakedaemon.net>
Sun, 17 Aug 2014 18:41:04 +0000 (18:41 +0000)
This commit adds the required pin muxing for the network interfaces and
the MDIO interface to be properly initialized. For instance, this makes
it possible for a bootloader to initialize and access the network interfaces

Only the second network interface is pin muxed. The first network interface is
connected to the PHY using SGMII, which uses a dedicated SerDes lane.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1407759281-11513-7-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-rd.dts

index 4169f4096ea3bd6885339f31106135c89b6fc681..ca13d9c8c5f81d8ba382372775be68856bf44c5d 100644 (file)
@@ -59,6 +59,8 @@
                        };
 
                        mdio {
+                               pinctrl-0 = <&mdio_pins>;
+                               pinctrl-names = "default";
                                phy0: ethernet-phy@0 {
                                        reg = <0>;
                                };
@@ -74,6 +76,8 @@
                                phy-mode = "sgmii";
                        };
                        ethernet@74000 {
+                               pinctrl-0 = <&ge1_rgmii_pins>;
+                               pinctrl-names = "default";
                                status = "okay";
                                phy = <&phy1>;
                                phy-mode = "rgmii-id";