Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1720971 > unrolled thread

[PATCH] ARM: dts: uniphier: add pinctrl groups of ethernet phy mode

Started byKunihiko Hayashi <hayashi.kunihiko@socionext.com>
First post2017-08-28 04:20 +0200
Last post2017-08-28 17:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: uniphier: add pinctrl groups of ethernet phy mode Kunihiko Hayashi <hayashi.kunihiko@socionext.com> - 2017-08-28 04:20 +0200
    Re: [PATCH] ARM: dts: uniphier: add pinctrl groups of ethernet phy mode Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-08-28 17:10 +0200

#1720971 — [PATCH] ARM: dts: uniphier: add pinctrl groups of ethernet phy mode

FromKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Date2017-08-28 04:20 +0200
Subject[PATCH] ARM: dts: uniphier: add pinctrl groups of ethernet phy mode
Message-ID<ujhOG-83h-5@gated-at.bofh.it>
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>
---
 arch/arm/boot/dts/uniphier-pinctrl.dtsi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/uniphier-pinctrl.dtsi b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
index 425b8f1..be82cdd 100644
--- a/arch/arm/boot/dts/uniphier-pinctrl.dtsi
+++ b/arch/arm/boot/dts/uniphier-pinctrl.dtsi
@@ -18,6 +18,21 @@
 		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";
-- 
2.7.4

[toc] | [next] | [standalone]


#1721727

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-08-28 17:10 +0200
Message-ID<ujtPS-78t-49@gated-at.bofh.it>
In reply to#1720971
2017-08-28 11:11 GMT+09:00 Kunihiko Hayashi <hayashi.kunihiko@socionext.com>:
> 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>

Applied.  Thanks!


-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web