Devicetree
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB
@ 2018-10-03  8:32 Biju Das
  2018-10-04 10:13 ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Biju Das @ 2018-10-03  8:32 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

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>
---
Hi Simon,

As per the below discussion,I need to resend this patch for V.21

https://patchwork.kernel.org/patch/10558315/

Are you happy to take this patch?

This patch is tested against renesas-dev branch
---
 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 22da819..4ceff9c 100644
--- a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
+++ b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
@@ -28,6 +28,9 @@
 };
 
 &avb {
+	pinctrl-0 = <&avb_pins>;
+	pinctrl-names = "default";
+
 	phy-handle = <&phy3>;
 	phy-mode = "gmii";
 	renesas,no-ether-link;
@@ -46,6 +49,11 @@
 };
 
 &pfc {
+	avb_pins: avb {
+		groups = "avb_mdio", "avb_gmii_tx_rx";
+		function = "avb";
+	};
+
 	scif1_pins: scif1 {
 		groups = "scif1_data_b";
 		function = "scif1";
-- 
2.7.4

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

* Re: [PATCH RESEND] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB
  2018-10-03  8:32 [PATCH RESEND] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB Biju Das
@ 2018-10-04 10:13 ` Simon Horman
  2018-10-04 10:16   ` Biju Das
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2018-10-04 10:13 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

On Wed, Oct 03, 2018 at 09:32:03AM +0100, Biju Das wrote:
> 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>
> ---
> Hi Simon,
> 
> As per the below discussion,I need to resend this patch for V.21
> 
> https://patchwork.kernel.org/patch/10558315/
> 
> Are you happy to take this patch?
> 
> This patch is tested against renesas-dev branch

Hi Biju,

As I understand it this patch has dependencies which should be included
in v4.20-rc1. If that understanding is correct then I would prefer
to wait until v4.20-rc1 is released before I accept this patch
so that I can accept it into a branch based on v4.20-rc1 which will
have the dependency present.

> ---
>  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 22da819..4ceff9c 100644
> --- a/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
> +++ b/arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts
> @@ -28,6 +28,9 @@
>  };
>  
>  &avb {
> +	pinctrl-0 = <&avb_pins>;
> +	pinctrl-names = "default";
> +
>  	phy-handle = <&phy3>;
>  	phy-mode = "gmii";
>  	renesas,no-ether-link;
> @@ -46,6 +49,11 @@
>  };
>  
>  &pfc {
> +	avb_pins: avb {
> +		groups = "avb_mdio", "avb_gmii_tx_rx";
> +		function = "avb";
> +	};
> +
>  	scif1_pins: scif1 {
>  		groups = "scif1_data_b";
>  		function = "scif1";
> -- 
> 2.7.4
> 

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

* RE: [PATCH RESEND] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB
  2018-10-04 10:13 ` Simon Horman
@ 2018-10-04 10:16   ` Biju Das
  0 siblings, 0 replies; 3+ messages in thread
From: Biju Das @ 2018-10-04 10:16 UTC (permalink / raw)
  To: Simon Horman
  Cc: Rob Herring, Mark Rutland, Magnus Damm,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro


Hi Simon,

Thanks for the feedback.

> Subject: Re: [PATCH RESEND] ARM: dts: iwg23s-sbc: Add pinctl support for
> EtherAVB
>
> On Wed, Oct 03, 2018 at 09:32:03AM +0100, Biju Das wrote:
> > 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>
> > ---
> > Hi Simon,
> >
> > As per the below discussion,I need to resend this patch for V.21
> >
> > https://patchwork.kernel.org/patch/10558315/
> >
> > Are you happy to take this patch?
> >
> > This patch is tested against renesas-dev branch
>
> Hi Biju,
>
> As I understand it this patch has dependencies which should be included in
> v4.20-rc1. If that understanding is correct then I would prefer to wait until
> v4.20-rc1 is released before I accept this patch so that I can accept it into a
> branch based on v4.20-rc1 which will have the dependency present.

OK.

Regards,
Biju



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

end of thread, other threads:[~2018-10-04 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03  8:32 [PATCH RESEND] ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB Biju Das
2018-10-04 10:13 ` Simon Horman
2018-10-04 10:16   ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox