* [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N
@ 2018-04-24 5:54 Simon Horman
2018-04-24 7:16 ` Geert Uytterhoeven
2018-05-01 13:41 ` Rob Herring
0 siblings, 2 replies; 5+ messages in thread
From: Simon Horman @ 2018-04-24 5:54 UTC (permalink / raw)
To: linux-renesas-soc, Rob Herring
Cc: devicetree, Magnus Damm, linux-arm-kernel, Simon Horman
There is an inconsistency between the use of M3N and M3-N.
This patch resolves this by consistently using the latter.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Based on renesas-devel-20180423-v4.17-rc2
---
Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 61b486fb5793..02c5d261683f 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -116,7 +116,7 @@ Boards:
compatible = "renesas,salvator-x", "renesas,r8a7795"
- Salvator-X (RTP0RC7796SIPB0011S)
compatible = "renesas,salvator-x", "renesas,r8a7796"
- - Salvator-X (RTP0RC7796SIPB0011S (M3N))
+ - Salvator-X (RTP0RC7796SIPB0011S (M3-N))
compatible = "renesas,salvator-x", "renesas,r8a77965"
- Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
compatible = "renesas,salvator-xs", "renesas,r8a7795"
--
2.11.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N
2018-04-24 5:54 [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N Simon Horman
@ 2018-04-24 7:16 ` Geert Uytterhoeven
2018-04-24 8:26 ` Simon Horman
2018-05-01 13:41 ` Rob Herring
1 sibling, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-04-24 7:16 UTC (permalink / raw)
To: Simon Horman
Cc: Linux-Renesas,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
Rob Herring, Magnus Damm, Linux ARM
Hi Simon,
On Tue, Apr 24, 2018 at 7:54 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> There is an inconsistency between the use of M3N and M3-N.
> This patch resolves this by consistently using the latter.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Note that this is for a custom Salvator-X board where the M3-W SiP was
replaced by an M3-N SiP. So I have no idea what's on the sticker, if it was
replaced at all, and thus kept the text from the BSP.
> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
> @@ -116,7 +116,7 @@ Boards:
> compatible = "renesas,salvator-x", "renesas,r8a7795"
> - Salvator-X (RTP0RC7796SIPB0011S)
> compatible = "renesas,salvator-x", "renesas,r8a7796"
> - - Salvator-X (RTP0RC7796SIPB0011S (M3N))
> + - Salvator-X (RTP0RC7796SIPB0011S (M3-N))
> compatible = "renesas,salvator-x", "renesas,r8a77965"
> - Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
> compatible = "renesas,salvator-xs", "renesas,r8a7795"
\
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.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
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N
2018-04-24 7:16 ` Geert Uytterhoeven
@ 2018-04-24 8:26 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-04-24 8:26 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Linux-Renesas,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
Rob Herring, Magnus Damm, Linux ARM
On Tue, Apr 24, 2018 at 09:16:17AM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
>
> On Tue, Apr 24, 2018 at 7:54 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > There is an inconsistency between the use of M3N and M3-N.
> > This patch resolves this by consistently using the latter.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> Note that this is for a custom Salvator-X board where the M3-W SiP was
> replaced by an M3-N SiP. So I have no idea what's on the sticker, if it was
> replaced at all, and thus kept the text from the BSP.
Understood. But I think we should make the naming consistent regardless.
>
> > --- a/Documentation/devicetree/bindings/arm/shmobile.txt
> > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
> > @@ -116,7 +116,7 @@ Boards:
> > compatible = "renesas,salvator-x", "renesas,r8a7795"
> > - Salvator-X (RTP0RC7796SIPB0011S)
> > compatible = "renesas,salvator-x", "renesas,r8a7796"
> > - - Salvator-X (RTP0RC7796SIPB0011S (M3N))
> > + - Salvator-X (RTP0RC7796SIPB0011S (M3-N))
> > compatible = "renesas,salvator-x", "renesas,r8a77965"
> > - Salvator-XS (Salvator-X 2nd version, RTP0RC7795SIPB0012S)
> > compatible = "renesas,salvator-xs", "renesas,r8a7795"
> \
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N
2018-04-24 5:54 [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N Simon Horman
2018-04-24 7:16 ` Geert Uytterhoeven
@ 2018-05-01 13:41 ` Rob Herring
2018-05-02 6:44 ` Simon Horman
1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2018-05-01 13:41 UTC (permalink / raw)
To: Simon Horman; +Cc: linux-renesas-soc, devicetree, Magnus Damm, linux-arm-kernel
On Tue, Apr 24, 2018 at 07:54:42AM +0200, Simon Horman wrote:
> There is an inconsistency between the use of M3N and M3-N.
> This patch resolves this by consistently using the latter.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> Based on renesas-devel-20180423-v4.17-rc2
> ---
> Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N
2018-05-01 13:41 ` Rob Herring
@ 2018-05-02 6:44 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-05-02 6:44 UTC (permalink / raw)
To: Rob Herring; +Cc: linux-renesas-soc, devicetree, Magnus Damm, linux-arm-kernel
On Tue, May 01, 2018 at 08:41:03AM -0500, Rob Herring wrote:
> On Tue, Apr 24, 2018 at 07:54:42AM +0200, Simon Horman wrote:
> > There is an inconsistency between the use of M3N and M3-N.
> > This patch resolves this by consistently using the latter.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> > Based on renesas-devel-20180423-v4.17-rc2
> > ---
> > Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Rob Herring <robh@kernel.org>
Thanks, applied.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-05-02 6:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-24 5:54 [PATCH] dt-bindings: arm: consistently name r8a77965 as M3-N Simon Horman
2018-04-24 7:16 ` Geert Uytterhoeven
2018-04-24 8:26 ` Simon Horman
2018-05-01 13:41 ` Rob Herring
2018-05-02 6:44 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox