All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/3] arm64: dts: renesas: eagle: add EtherAVB pins
@ 2017-11-10 20:02 ` Sergei Shtylyov
  0 siblings, 0 replies; 14+ messages in thread
From: Sergei Shtylyov @ 2017-11-10 20:02 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree
  Cc: Magnus Damm, Mark Rutland, linux-arm-kernel, Sergei Shtylyov

[-- Attachment #1: arm64-dts-renesas-eagle-add-EtherAVB-pins.patch --]
[-- Type: text/plain, Size: 852 bytes --]

Add the (previously omitted) EtherAVB pin data to the Eagle board's
device tree.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts |    8 ++++++++
 1 file changed, 8 insertions(+)

Index: renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
===================================================================
--- renesas.orig/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
+++ renesas/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts
@@ -34,6 +34,9 @@
 };
 
 &avb {
+	pinctrl-0 = <&avb_pins>;
+	pinctrl-names = "default";
+
 	renesas,no-ether-link;
 	phy-handle = <&phy0>;
 	status = "okay";
@@ -53,6 +56,11 @@
 };
 
 &pfc {
+	avb_pins: avb {
+		groups = "avb0_mdio", "avb0_mii";
+		function = "avb0";
+	};
+
 	scif0_pins: scif0 {
 		groups = "scif0_data";
 		function = "scif0";

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-11-16 12:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-10 20:02 [PATCH 3/3] arm64: dts: renesas: eagle: add EtherAVB pins Sergei Shtylyov
2017-11-10 20:02 ` Sergei Shtylyov
2017-11-14  8:44 ` Geert Uytterhoeven
2017-11-14  8:44   ` Geert Uytterhoeven
2017-11-14 18:00   ` Sergei Shtylyov
2017-11-14 18:00     ` Sergei Shtylyov
2017-11-15 16:21     ` Geert Uytterhoeven
2017-11-15 16:21       ` Geert Uytterhoeven
2017-11-15 16:21       ` Geert Uytterhoeven
2017-11-15 20:21       ` Sergei Shtylyov
2017-11-15 20:21         ` Sergei Shtylyov
2017-11-16 12:28         ` Sergei Shtylyov
2017-11-16 12:28           ` Sergei Shtylyov
2017-11-16 12:28           ` Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.