mbox series

[LOCAL,0/2] arm64: dts: renesas: Add dummy board files

Message ID 20190104091316.12716-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series arm64: dts: renesas: Add dummy board files | expand

Message

Geert Uytterhoeven Jan. 4, 2019, 9:13 a.m. UTC
Hi Simon, Magnus,

This patch series adds dummy board files for SoCs that do not have
upstream board support yet (RZ/G2M and RZ/G2E).

Not intended for upstream merge, but perhaps useful to add to your
topic/renesas-defconfig branch (or a new branch), and merge into devel,
to improve build coverage?

Thanks!

Geert Uytterhoeven (2):
  [LOCAL] arm64: dts: renesas: r8a774a1: Add dummy board DTS
  [LOCAL] arm64: dts: renesas: r8a774c0: Add dummy board DTS

 arch/arm64/boot/dts/renesas/Makefile           | 4 ++++
 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts | 2 ++
 arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts | 2 ++
 3 files changed, 8 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts

Comments

Simon Horman Jan. 4, 2019, 9:47 a.m. UTC | #1
On Fri, Jan 04, 2019 at 10:13:14AM +0100, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This patch series adds dummy board files for SoCs that do not have
> upstream board support yet (RZ/G2M and RZ/G2E).
> 
> Not intended for upstream merge, but perhaps useful to add to your
> topic/renesas-defconfig branch (or a new branch), and merge into devel,
> to improve build coverage?
> 
> Thanks!
> 
> Geert Uytterhoeven (2):
>   [LOCAL] arm64: dts: renesas: r8a774a1: Add dummy board DTS
>   [LOCAL] arm64: dts: renesas: r8a774c0: Add dummy board DTS
> 
>  arch/arm64/boot/dts/renesas/Makefile           | 4 ++++
>  arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts | 2 ++
>  arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts | 2 ++
>  3 files changed, 8 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
>  create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts

Thanks, I will create topic/arm64-dummy-boards for these patches
and included in the devel branch.
Simon Horman Jan. 23, 2019, 11:41 a.m. UTC | #2
On Fri, Jan 04, 2019 at 10:47:13AM +0100, Simon Horman wrote:
> On Fri, Jan 04, 2019 at 10:13:14AM +0100, Geert Uytterhoeven wrote:
> > 	Hi Simon, Magnus,
> > 
> > This patch series adds dummy board files for SoCs that do not have
> > upstream board support yet (RZ/G2M and RZ/G2E).
> > 
> > Not intended for upstream merge, but perhaps useful to add to your
> > topic/renesas-defconfig branch (or a new branch), and merge into devel,
> > to improve build coverage?
> > 
> > Thanks!
> > 
> > Geert Uytterhoeven (2):
> >   [LOCAL] arm64: dts: renesas: r8a774a1: Add dummy board DTS
> >   [LOCAL] arm64: dts: renesas: r8a774c0: Add dummy board DTS
> > 
> >  arch/arm64/boot/dts/renesas/Makefile           | 4 ++++
> >  arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts | 2 ++
> >  arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts | 2 ++
> >  3 files changed, 8 insertions(+)
> >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
> >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts
> 
> Thanks, I will create topic/arm64-dummy-boards for these patches
> and included in the devel branch.

The following files are now present in my tree,
queued up for v5.0.

	arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
	arch/arm64/boot/dts/renesas/r8a774c0-ek874.dts

Shall I go ahead and drop arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts ?
Geert Uytterhoeven Jan. 23, 2019, 12:08 p.m. UTC | #3
Hi Simon,

On Wed, Jan 23, 2019 at 12:41 PM Simon Horman <horms@verge.net.au> wrote:
> On Fri, Jan 04, 2019 at 10:47:13AM +0100, Simon Horman wrote:
> > On Fri, Jan 04, 2019 at 10:13:14AM +0100, Geert Uytterhoeven wrote:
> > > This patch series adds dummy board files for SoCs that do not have
> > > upstream board support yet (RZ/G2M and RZ/G2E).
> > >
> > > Not intended for upstream merge, but perhaps useful to add to your
> > > topic/renesas-defconfig branch (or a new branch), and merge into devel,
> > > to improve build coverage?
> > >
> > > Thanks!
> > >
> > > Geert Uytterhoeven (2):
> > >   [LOCAL] arm64: dts: renesas: r8a774a1: Add dummy board DTS
> > >   [LOCAL] arm64: dts: renesas: r8a774c0: Add dummy board DTS
> > >
> > >  arch/arm64/boot/dts/renesas/Makefile           | 4 ++++
> > >  arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts | 2 ++
> > >  arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts | 2 ++
> > >  3 files changed, 8 insertions(+)
> > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
> > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts
> >
> > Thanks, I will create topic/arm64-dummy-boards for these patches
> > and included in the devel branch.
>
> The following files are now present in my tree,
> queued up for v5.0.
>
>         arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
>         arch/arm64/boot/dts/renesas/r8a774c0-ek874.dts
>
> Shall I go ahead and drop arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts ?

Yes please, thanks!

Gr{oetje,eeting}s,

                        Geert
Simon Horman Jan. 24, 2019, 9:59 a.m. UTC | #4
On Wed, Jan 23, 2019 at 01:08:42PM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Wed, Jan 23, 2019 at 12:41 PM Simon Horman <horms@verge.net.au> wrote:
> > On Fri, Jan 04, 2019 at 10:47:13AM +0100, Simon Horman wrote:
> > > On Fri, Jan 04, 2019 at 10:13:14AM +0100, Geert Uytterhoeven wrote:
> > > > This patch series adds dummy board files for SoCs that do not have
> > > > upstream board support yet (RZ/G2M and RZ/G2E).
> > > >
> > > > Not intended for upstream merge, but perhaps useful to add to your
> > > > topic/renesas-defconfig branch (or a new branch), and merge into devel,
> > > > to improve build coverage?
> > > >
> > > > Thanks!
> > > >
> > > > Geert Uytterhoeven (2):
> > > >   [LOCAL] arm64: dts: renesas: r8a774a1: Add dummy board DTS
> > > >   [LOCAL] arm64: dts: renesas: r8a774c0: Add dummy board DTS
> > > >
> > > >  arch/arm64/boot/dts/renesas/Makefile           | 4 ++++
> > > >  arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts | 2 ++
> > > >  arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts | 2 ++
> > > >  3 files changed, 8 insertions(+)
> > > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
> > > >  create mode 100644 arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts
> > >
> > > Thanks, I will create topic/arm64-dummy-boards for these patches
> > > and included in the devel branch.
> >
> > The following files are now present in my tree,
> > queued up for v5.0.
> >
> >         arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts
> >         arch/arm64/boot/dts/renesas/r8a774c0-ek874.dts
> >
> > Shall I go ahead and drop arch/arm64/boot/dts/renesas/r8a774c0-dummy.dts ?
> 
> Yes please, thanks!

Thanks, done.