* [PATCH] ARM: shmobile: henninger: rename board to Porter @ 2015-01-23 20:37 Sergei Shtylyov [not found] ` <2481726.lh33apx2TG-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Sergei Shtylyov @ 2015-01-23 20:37 UTC (permalink / raw) To: horms, linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak Cc: magnus.damm, linux, linux-arm-kernel Renesas has made some changes to the Henninger low cost board hardware and at the same time decided to rename the board to Porter. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- This patch is against 'renesas-devel-20150123-v3.19-rc5' tag of Simon Horman's 'renesas.git' repo. arch/arm/boot/dts/Makefile | 2 +- .../arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename arch/arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} (96%) diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 59e79e9..3cc8ba5 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -419,8 +419,8 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += eme r8a7740-armadillo800eva.dtb \ r8a7779-marzen.dtb \ r8a7790-lager.dtb \ - r8a7791-henninger.dtb \ r8a7791-koelsch.dtb \ + r8a7791-porter.dtb \ r8a7794-alt.dtb \ sh73a0-kzm9g.dtb dtb-$(CONFIG_ARCH_SOCFPGA) += socfpga_arria5_socdk.dtb \ diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-porter.dts similarity index 96% rename from arch/arm/boot/dts/r8a7791-henninger.dts rename to arch/arm/boot/dts/r8a7791-porter.dts index d2ebf11..4a616dc 100644 --- a/arch/arm/boot/dts/r8a7791-henninger.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -1,8 +1,8 @@ /* - * Device Tree Source for the Henninger board + * Device Tree Source for the Porter board * - * Copyright (C) 2014 Renesas Solutions Corp. - * Copyright (C) 2014 Cogent Embedded, Inc. + * Copyright (C) 2014-2015 Renesas Solutions Corp. + * Copyright (C) 2014-2015 Cogent Embedded, Inc. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any @@ -14,8 +14,8 @@ #include <dt-bindings/gpio/gpio.h> / { - model = "Henninger"; - compatible = "renesas,henninger", "renesas,r8a7791"; + model = "Porter"; + compatible = "renesas,porter", "renesas,r8a7791"; aliases { serial0 = &scif0; ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <2481726.lh33apx2TG-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org>]
* Re: [PATCH] ARM: shmobile: henninger: rename board to Porter [not found] ` <2481726.lh33apx2TG-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> @ 2015-01-25 19:30 ` Geert Uytterhoeven 2015-01-28 13:41 ` Sergei Shtylyov 0 siblings, 1 reply; 4+ messages in thread From: Geert Uytterhoeven @ 2015-01-25 19:30 UTC (permalink / raw) To: Sergei Shtylyov Cc: Simon Horman, Linux-sh list, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Magnus Damm, Russell King, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Hi Sergei, On Fri, Jan 23, 2015 at 9:37 PM, Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> wrote: > Renesas has made some changes to the Henninger low cost board hardware and at > the same time decided to rename the board to Porter. Which changes? They're not reflected in the new DTS? > Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> > > --- > This patch is against 'renesas-devel-20150123-v3.19-rc5' tag of Simon Horman's > 'renesas.git' repo. > > arch/arm/boot/dts/Makefile | 2 +- > .../arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} | 10 +++++----- > 2 files changed, 6 insertions(+), 6 deletions(-) > rename arch/arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} (96%) You forgot to update Documentation/devicetree/bindings/arm/shmobile.txt Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: shmobile: henninger: rename board to Porter 2015-01-25 19:30 ` Geert Uytterhoeven @ 2015-01-28 13:41 ` Sergei Shtylyov 2015-01-29 0:30 ` Simon Horman 0 siblings, 1 reply; 4+ messages in thread From: Sergei Shtylyov @ 2015-01-28 13:41 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Mark Rutland, devicetree@vger.kernel.org, Russell King, Pawel Moll, Linux-sh list, Ian Campbell, Magnus Damm, Rob Herring, Simon Horman, Kumar Gala, linux-arm-kernel@lists.infradead.org Hello. On 1/25/2015 10:30 PM, Geert Uytterhoeven wrote: >> Renesas has made some changes to the Henninger low cost board hardware and at >> the same time decided to rename the board to Porter. > Which changes? I don't have a list ready, sorry. One thing I know is that HDMI chip is different (the same as on Koelsch now); we don't support it yet... > They're not reflected in the new DTS? Not yet. >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> >> --- >> This patch is against 'renesas-devel-20150123-v3.19-rc5' tag of Simon Horman's >> 'renesas.git' repo. >> >> arch/arm/boot/dts/Makefile | 2 +- >> .../arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} | 10 +++++----- >> 2 files changed, 6 insertions(+), 6 deletions(-) >> rename arch/arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} (96%) > You forgot to update Documentation/devicetree/bindings/arm/shmobile.txt No wonder -- I had no idea it is listed there... > Gr{oetje,eeting}s, > Geert WBR, Sergei ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: shmobile: henninger: rename board to Porter 2015-01-28 13:41 ` Sergei Shtylyov @ 2015-01-29 0:30 ` Simon Horman 0 siblings, 0 replies; 4+ messages in thread From: Simon Horman @ 2015-01-29 0:30 UTC (permalink / raw) To: Sergei Shtylyov Cc: Mark Rutland, devicetree@vger.kernel.org, Russell King, Pawel Moll, Linux-sh list, Ian Campbell, Magnus Damm, Rob Herring, Geert Uytterhoeven, Kumar Gala, linux-arm-kernel@lists.infradead.org On Wed, Jan 28, 2015 at 04:41:44PM +0300, Sergei Shtylyov wrote: > Hello. > > On 1/25/2015 10:30 PM, Geert Uytterhoeven wrote: > > >>Renesas has made some changes to the Henninger low cost board hardware and at > >>the same time decided to rename the board to Porter. > > >Which changes? > > I don't have a list ready, sorry. One thing I know is that HDMI chip is > different (the same as on Koelsch now); we don't support it yet... This sounds more like a new board than an update. I don't have any strong opinions about this at this time but perhaps it would make more sense to handle this as two steps: adding a new board and removing an old one. > >They're not reflected in the new DTS? > > Not yet. > > >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > >>--- > >>This patch is against 'renesas-devel-20150123-v3.19-rc5' tag of Simon Horman's > >>'renesas.git' repo. > >> > >> arch/arm/boot/dts/Makefile | 2 +- > >> .../arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} | 10 +++++----- > >> 2 files changed, 6 insertions(+), 6 deletions(-) > >> rename arch/arm/boot/dts/{r8a7791-henninger.dts => r8a7791-porter.dts} (96%) > > >You forgot to update Documentation/devicetree/bindings/arm/shmobile.txt > > No wonder -- I had no idea it is listed there... > > >Gr{oetje,eeting}s, > > > Geert > > WBR, Sergei > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-29 0:30 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-01-23 20:37 [PATCH] ARM: shmobile: henninger: rename board to Porter Sergei Shtylyov [not found] ` <2481726.lh33apx2TG-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org> 2015-01-25 19:30 ` Geert Uytterhoeven 2015-01-28 13:41 ` Sergei Shtylyov 2015-01-29 0:30 ` 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).