OSDN Git Service

ARM: dts: uniphier: add pinctrl groups of ethernet for second instance
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 27 Mar 2018 10:32:45 +0000 (19:32 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 27 Mar 2018 16:13:48 +0000 (01:13 +0900)
Add pinctrl groups of ethernet, such as "ether1_rgmii" and "ether1_rmii".
These are used for second ethernet instance.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-pinctrl.dtsi

index 9847af8..51f0e69 100644 (file)
                function = "ether_rmii";
        };
 
+       pinctrl_ether1_rgmii: ether1-rgmii {
+               groups = "ether1_rgmii";
+               function = "ether1_rgmii";
+       };
+
+       pinctrl_ether1_rmii: ether1-rmii {
+               groups = "ether1_rmii";
+               function = "ether1_rmii";
+       };
+
        pinctrl_i2c0: i2c0 {
                groups = "i2c0";
                function = "i2c0";