All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 resend] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB
@ 2018-11-07 12:06 Fabrizio Castro
  2018-11-08 10:45 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrizio Castro @ 2018-11-07 12:06 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Simon Horman, Geert Uytterhoeven
  Cc: Biju Das, Magnus Damm, linux-renesas-soc, devicetree,
	Chris Paterson, Fabrizio Castro

From: Biju Das <biju.das@bp.renesas.com>

Adding pinctrl support for EtherAVB interface.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
v4.20 RC1 is out, this update rebases the patch on top of
renesas-devel-20181107-v4.20-rc1

Thanks,
Fab

 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
index 18d2263..52f23b8 100644
--- a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
+++ b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
@@ -60,6 +60,9 @@
 };
 
 &avb {
+	pinctrl-0 = <&avb_pins>;
+	pinctrl-names = "default";
+
 	phy-handle = <&phy3>;
 	phy-mode = "gmii";
 	renesas,no-ether-link;
@@ -82,6 +85,11 @@
 };
 
 &pfc {
+	avb_pins: avb {
+		groups = "avb_mdio", "avb_gmii_tx_rx";
+		function = "avb";
+	};
+
 	mmc_pins_uhs: mmc_uhs {
 		groups = "mmc_data8", "mmc_ctrl";
 		function = "mmc";
-- 
2.7.4

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

* Re: [PATCH v3 resend] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB
  2018-11-07 12:06 [PATCH v3 resend] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB Fabrizio Castro
@ 2018-11-08 10:45 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2018-11-08 10:45 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Geert Uytterhoeven, Biju Das,
	Magnus Damm, linux-renesas-soc, devicetree, Chris Paterson

On Wed, Nov 07, 2018 at 12:06:43PM +0000, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.renesas.com>
> 
> Adding pinctrl support for EtherAVB interface.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
> v4.20 RC1 is out, this update rebases the patch on top of
> renesas-devel-20181107-v4.20-rc1

Thanks, applied for v4.21.

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

end of thread, other threads:[~2018-11-08 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 12:06 [PATCH v3 resend] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB Fabrizio Castro
2018-11-08 10:45 ` Simon Horman

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.