diff mbox series

[U-Boot,1/4] ARM: dts: rmobile: Add AVB pinmux on V3M Eagle

Message ID 20180616020320.4221-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 29904b923e773da4218264ea0d2ebcfdbd9364de
Delegated to: Marek Vasut
Headers show
Series [U-Boot,1/4] ARM: dts: rmobile: Add AVB pinmux on V3M Eagle | expand

Commit Message

Marek Vasut June 16, 2018, 2:03 a.m. UTC
Add EtherAVB pinmux node on V3M Eagle to set the pinmux configuration.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/dts/r8a77970-eagle.dts | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/r8a77970-eagle.dts b/arch/arm/dts/r8a77970-eagle.dts
index b75f38581c..0c555b8dde 100644
--- a/arch/arm/dts/r8a77970-eagle.dts
+++ b/arch/arm/dts/r8a77970-eagle.dts
@@ -32,6 +32,8 @@ 
 };
 
 &avb {
+	pinctrl-0 = <&avb0_pins>;
+	pinctrl-names = "default";
 	renesas,no-ether-link;
 	phy-handle = <&phy0>;
 	phy-mode = "rgmii-id";
@@ -69,6 +71,13 @@ 
 };
 
 &pfc {
+	avb0_pins: avb {
+		mux {
+			groups = "avb0_link", "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
+			function = "avb0";
+		};
+	};
+
 	i2c0_pins: i2c0 {
 		groups = "i2c0";
 		function = "i2c0";