ARM: dts: uniphier: add pinctrl groups of ethernet phy mode
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Mon, 28 Aug 2017 02:11:45 +0000 (11:11 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Aug 2017 15:00:43 +0000 (00:00 +0900)
Add pinctrl groups of ethenet phy mode, such as "ether_rgmii", "ether_rmii",
and "ether_mii".

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 425b8f1..be82cdd 100644 (file)
                function = "emmc";
        };
 
+       pinctrl_ether_mii: ether_mii_grp {
+               groups = "ether_mii";
+               function = "ether_mii";
+       };
+
+       pinctrl_ether_rgmii: ether_rgmii_grp {
+               groups = "ether_rgmii";
+               function = "ether_rgmii";
+       };
+
+       pinctrl_ether_rmii: ether_rmii_grp {
+               groups = "ether_rmii";
+               function = "ether_rmii";
+       };
+
        pinctrl_i2c0: i2c0_grp {
                groups = "i2c0";
                function = "i2c0";