* [PATCH] dt-bindings: arm: Fix RZ/G2E part number
@ 2018-10-04 8:53 Fabrizio Castro
2018-10-04 10:03 ` Simon Horman
2018-10-15 19:14 ` Rob Herring
0 siblings, 2 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-10-04 8:53 UTC (permalink / raw)
To: Rob Herring, Simon Horman, Geert Uytterhoeven, Mark Rutland
Cc: Fabrizio Castro, Magnus Damm, linux-renesas-soc, devicetree,
Chris Paterson, Biju Das
Fix RZ/G2E part number from its description.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
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 f5e0f82..58c4256 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -27,7 +27,7 @@ SoCs:
compatible = "renesas,r8a77470"
- RZ/G2M (R8A774A1)
compatible = "renesas,r8a774a1"
- - RZ/G2E (RA8774C0)
+ - RZ/G2E (R8A774C0)
compatible = "renesas,r8a774c0"
- R-Car M1A (R8A77781)
compatible = "renesas,r8a7778"
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: Fix RZ/G2E part number
2018-10-04 8:53 [PATCH] dt-bindings: arm: Fix RZ/G2E part number Fabrizio Castro
@ 2018-10-04 10:03 ` Simon Horman
2018-10-15 19:14 ` Rob Herring
1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-10-04 10:03 UTC (permalink / raw)
To: Fabrizio Castro
Cc: Rob Herring, Geert Uytterhoeven, Mark Rutland, Magnus Damm,
linux-renesas-soc, devicetree, Chris Paterson, Biju Das
On Thu, Oct 04, 2018 at 09:53:10AM +0100, Fabrizio Castro wrote:
> Fix RZ/G2E part number from its description.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Thanks for following up on this Fabrizio.
This looks fine to me but I will wait to see if there are other reviews
before applying.
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> 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 f5e0f82..58c4256 100644
> --- a/Documentation/devicetree/bindings/arm/shmobile.txt
> +++ b/Documentation/devicetree/bindings/arm/shmobile.txt
> @@ -27,7 +27,7 @@ SoCs:
> compatible = "renesas,r8a77470"
> - RZ/G2M (R8A774A1)
> compatible = "renesas,r8a774a1"
> - - RZ/G2E (RA8774C0)
> + - RZ/G2E (R8A774C0)
> compatible = "renesas,r8a774c0"
> - R-Car M1A (R8A77781)
> compatible = "renesas,r8a7778"
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: Fix RZ/G2E part number
2018-10-04 8:53 [PATCH] dt-bindings: arm: Fix RZ/G2E part number Fabrizio Castro
2018-10-04 10:03 ` Simon Horman
@ 2018-10-15 19:14 ` Rob Herring
2018-10-18 13:08 ` Simon Horman
1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-10-15 19:14 UTC (permalink / raw)
To: Fabrizio Castro
Cc: Simon Horman, Geert Uytterhoeven, Mark Rutland, Magnus Damm,
linux-renesas-soc, devicetree, Chris Paterson, Biju Das
On Thu, 4 Oct 2018 09:53:10 +0100, Fabrizio Castro wrote:
> Fix RZ/G2E part number from its description.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
> 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] 4+ messages in thread
* Re: [PATCH] dt-bindings: arm: Fix RZ/G2E part number
2018-10-15 19:14 ` Rob Herring
@ 2018-10-18 13:08 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-10-18 13:08 UTC (permalink / raw)
To: Rob Herring
Cc: Fabrizio Castro, Geert Uytterhoeven, Mark Rutland, Magnus Damm,
linux-renesas-soc, devicetree, Chris Paterson, Biju Das
On Mon, Oct 15, 2018 at 02:14:25PM -0500, Rob Herring wrote:
> On Thu, 4 Oct 2018 09:53:10 +0100, Fabrizio Castro wrote:
> > Fix RZ/G2E part number from its description.
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> > Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Reviewed-by: Rob Herring <robh@kernel.org>
Thanks, I have applied this, tentatively as a fix for v4.20.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-10-18 13:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-04 8:53 [PATCH] dt-bindings: arm: Fix RZ/G2E part number Fabrizio Castro
2018-10-04 10:03 ` Simon Horman
2018-10-15 19:14 ` Rob Herring
2018-10-18 13:08 ` 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).