Message ID | 1196419f3ade9a27b3c7906b6a898376b817601d.1704726960.git.geert+renesas@glider.be |
---|---|
State | Superseded |
Headers | show |
Series | arm64: renesas: Add R-Car V4M and Gray Hawk Single support | expand |
On Mon, Jan 08, 2024 at 04:33:42PM +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen <duy.nguyen.rh@renesas.com> > > Document support for the System Controller (SYSC) in the R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml > index 0720b54881c2c87a..e76fb273490ff588 100644 > --- a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml > +++ b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml > @@ -45,6 +45,7 @@ properties: > - renesas,r8a779a0-sysc # R-Car V3U > - renesas,r8a779f0-sysc # R-Car S4-8 > - renesas,r8a779g0-sysc # R-Car V4H > + - renesas,r8a779h0-sysc # R-Car V4M I like that the g0 is the v4h and the h0 is a v4m. Makes complete sense to me! Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor.
Hi Geert, Thanks for your work. On 2024-01-08 16:33:42 +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen <duy.nguyen.rh@renesas.com> > > Document support for the System Controller (SYSC) in the R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml > index 0720b54881c2c87a..e76fb273490ff588 100644 > --- a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml > +++ b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml > @@ -45,6 +45,7 @@ properties: > - renesas,r8a779a0-sysc # R-Car V3U > - renesas,r8a779f0-sysc # R-Car S4-8 > - renesas,r8a779g0-sysc # R-Car V4H > + - renesas,r8a779h0-sysc # R-Car V4M > > reg: > maxItems: 1 > -- > 2.34.1 > >
On Mon, Jan 08, 2024 at 04:33:42PM +0100, Geert Uytterhoeven wrote: > From: Duy Nguyen <duy.nguyen.rh@renesas.com> > > Document support for the System Controller (SYSC) in the R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Duy Nguyen <duy.nguyen.rh@renesas.com> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> > - renesas,r8a779g0-sysc # R-Car V4H > > + - renesas,r8a779h0-sysc # R-Car V4M > > I like that the g0 is the v4h and the h0 is a v4m. Makes complete sense > to me! Hey, at least the number is constantly increasing! Well, mostly... ;)
diff --git a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml index 0720b54881c2c87a..e76fb273490ff588 100644 --- a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml +++ b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml @@ -45,6 +45,7 @@ properties: - renesas,r8a779a0-sysc # R-Car V3U - renesas,r8a779f0-sysc # R-Car S4-8 - renesas,r8a779g0-sysc # R-Car V4H + - renesas,r8a779h0-sysc # R-Car V4M reg: maxItems: 1