linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
@ 2017-08-18 16:58 Biju Das
  2017-08-22  8:07 ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Biju Das @ 2017-08-18 16:58 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch tested against renesas-dev tag renesas-devel-20170815-v4.13-rc5

 arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
index 081af01..305a6a1 100644
--- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
+++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
@@ -19,6 +19,11 @@
 		serial0 = &scif0;
 		ethernet0 = &avb;
 	};
+
+	chosen {
+		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
+		stdout-path = "serial0:115200n8";
+	};
 };
 
 &pfc {
-- 
1.9.1

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

* [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
  2017-08-18 16:58 [PATCH ] ARM: dts: iwg20d-q7: Add chosen node Biju Das
@ 2017-08-22  8:07 ` Simon Horman
  2017-08-22  8:32   ` Biju Das
  2017-08-24 14:32   ` Biju Das
  0 siblings, 2 replies; 5+ messages in thread
From: Simon Horman @ 2017-08-22  8:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 18, 2017 at 05:58:08PM +0100, Biju Das wrote:
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch tested against renesas-dev tag renesas-devel-20170815-v4.13-rc5

Thanks, I have applied this for v4.15.

There was some fuzz when applying this patch.
Please check that it is correct when I have pushed today's devel tag to
the renesas tree.

> 
>  arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> index 081af01..305a6a1 100644
> --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> @@ -19,6 +19,11 @@
>  		serial0 = &scif0;
>  		ethernet0 = &avb;
>  	};
> +
> +	chosen {
> +		bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
> +		stdout-path = "serial0:115200n8";
> +	};
>  };
>  
>  &pfc {
> -- 
> 1.9.1
> 

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

* [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
  2017-08-22  8:07 ` Simon Horman
@ 2017-08-22  8:32   ` Biju Das
  2017-08-24 14:32   ` Biju Das
  1 sibling, 0 replies; 5+ messages in thread
From: Biju Das @ 2017-08-22  8:32 UTC (permalink / raw)
  To: linux-arm-kernel



> -----Original Message-----
> From: Simon Horman [mailto:horms at verge.net.au]
> Sent: 22 August 2017 09:08
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>; Magnus Damm <magnus.damm@gmail.com>;
> Russell King <linux@armlinux.org.uk>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; devicetree at vger.kernel.org; linux-renesas-
> soc at vger.kernel.org; linux-arm-kernel at lists.infradead.org
> Subject: Re: [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
>
> On Fri, Aug 18, 2017 at 05:58:08PM +0100, Biju Das wrote:
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> > This patch tested against renesas-dev tag
> > renesas-devel-20170815-v4.13-rc5
>
> Thanks, I have applied this for v4.15.
>
> There was some fuzz when applying this patch.
> Please check that it is correct when I have pushed today's devel tag to the
> renesas tree.

Thanks. I guess it may be related to the below RTC patch.
[v2] ARM: dts: iwg20d-q7: Add RTC support
https://patchwork.kernel.org/patch/9903327/

> >
> >  arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > index 081af01..305a6a1 100644
> > --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > @@ -19,6 +19,11 @@
> >  serial0 = &scif0;
> >  ethernet0 = &avb;
> >  };
> > +
> > +chosen {
> > +bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
> > +stdout-path = "serial0:115200n8";
> > +};
> >  };
> >
> >  &pfc {
> > --
> > 1.9.1
> >



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] 5+ messages in thread

* [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
  2017-08-22  8:07 ` Simon Horman
  2017-08-22  8:32   ` Biju Das
@ 2017-08-24 14:32   ` Biju Das
  2017-08-28  7:53     ` Simon Horman
  1 sibling, 1 reply; 5+ messages in thread
From: Biju Das @ 2017-08-24 14:32 UTC (permalink / raw)
  To: linux-arm-kernel



> -----Original Message-----
> From: Simon Horman [mailto:horms at verge.net.au]
> Sent: 22 August 2017 09:08
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>; Magnus Damm <magnus.damm@gmail.com>;
> Russell King <linux@armlinux.org.uk>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; devicetree at vger.kernel.org; linux-renesas-
> soc at vger.kernel.org; linux-arm-kernel at lists.infradead.org
> Subject: Re: [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
>
> On Fri, Aug 18, 2017 at 05:58:08PM +0100, Biju Das wrote:
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> > This patch tested against renesas-dev tag
> > renesas-devel-20170815-v4.13-rc5
>
> Thanks, I have applied this for v4.15.
>
> There was some fuzz when applying this patch.
> Please check that it is correct when I have pushed today's devel tag to the
> renesas tree.

Looks like this node is misplaced. I will repost this patch.

> >
> >  arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > index 081af01..305a6a1 100644
> > --- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > +++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
> > @@ -19,6 +19,11 @@
> >  serial0 = &scif0;
> >  ethernet0 = &avb;
> >  };
> > +
> > +chosen {
> > +bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
> > +stdout-path = "serial0:115200n8";
> > +};
> >  };
> >
> >  &pfc {
> > --
> > 1.9.1
> >



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] 5+ messages in thread

* [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
  2017-08-24 14:32   ` Biju Das
@ 2017-08-28  7:53     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-08-28  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 24, 2017 at 02:32:47PM +0000, Biju Das wrote:
> 
> 
> > -----Original Message-----
> > From: Simon Horman [mailto:horms at verge.net.au]
> > Sent: 22 August 2017 09:08
> > To: Biju Das <biju.das@bp.renesas.com>
> > Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> > <mark.rutland@arm.com>; Magnus Damm <magnus.damm@gmail.com>;
> > Russell King <linux@armlinux.org.uk>; Chris Paterson
> > <Chris.Paterson2@renesas.com>; Fabrizio Castro
> > <fabrizio.castro@bp.renesas.com>; devicetree at vger.kernel.org; linux-renesas-
> > soc at vger.kernel.org; linux-arm-kernel at lists.infradead.org
> > Subject: Re: [PATCH ] ARM: dts: iwg20d-q7: Add chosen node
> >
> > On Fri, Aug 18, 2017 at 05:58:08PM +0100, Biju Das wrote:
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > ---
> > > This patch tested against renesas-dev tag
> > > renesas-devel-20170815-v4.13-rc5
> >
> > Thanks, I have applied this for v4.15.
> >
> > There was some fuzz when applying this patch.
> > Please check that it is correct when I have pushed today's devel tag to the
> > renesas tree.
> 
> Looks like this node is misplaced. I will repost this patch.

Thanks, I have dropped this patch.

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

end of thread, other threads:[~2017-08-28  7:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-18 16:58 [PATCH ] ARM: dts: iwg20d-q7: Add chosen node Biju Das
2017-08-22  8:07 ` Simon Horman
2017-08-22  8:32   ` Biju Das
2017-08-24 14:32   ` Biju Das
2017-08-28  7:53     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).