Message ID | 1d35a435db17a240abafb091751255379825b750.1704726960.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | arm64: renesas: Add R-Car V4M and Gray Hawk Single support | expand |
On Mon, Jan 08, 2024 at 04:33:44PM +0100, Geert Uytterhoeven wrote: > Document support for the Reset (RST) module in the Renesas R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Documentation/devicetree/bindings/reset/renesas,rst.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.yaml b/Documentation/devicetree/bindings/reset/renesas,rst.yaml > index e7e4872477517b2d..58b4a45d338006ff 100644 > --- a/Documentation/devicetree/bindings/reset/renesas,rst.yaml > +++ b/Documentation/devicetree/bindings/reset/renesas,rst.yaml > @@ -50,6 +50,7 @@ properties: > - renesas,r8a779a0-rst # R-Car V3U > - renesas,r8a779f0-rst # R-Car S4-8 > - renesas,r8a779g0-rst # R-Car V4H > + - renesas,r8a779h0-rst # R-Car V4M > > reg: > maxItems: 1 > -- > 2.34.1 > >
Hi Geert, Thanks for your patch. On 2024-01-08 16:33:44 +0100, Geert Uytterhoeven wrote: > Document support for the Reset (RST) module in the Renesas R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > Documentation/devicetree/bindings/reset/renesas,rst.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.yaml b/Documentation/devicetree/bindings/reset/renesas,rst.yaml > index e7e4872477517b2d..58b4a45d338006ff 100644 > --- a/Documentation/devicetree/bindings/reset/renesas,rst.yaml > +++ b/Documentation/devicetree/bindings/reset/renesas,rst.yaml > @@ -50,6 +50,7 @@ properties: > - renesas,r8a779a0-rst # R-Car V3U > - renesas,r8a779f0-rst # R-Car S4-8 > - renesas,r8a779g0-rst # R-Car V4H > + - renesas,r8a779h0-rst # R-Car V4M > > reg: > maxItems: 1 > -- > 2.34.1 > >
On Mon, Jan 08, 2024 at 04:33:44PM +0100, Geert Uytterhoeven wrote: > Document support for the Reset (RST) module in the Renesas R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.yaml b/Documentation/devicetree/bindings/reset/renesas,rst.yaml index e7e4872477517b2d..58b4a45d338006ff 100644 --- a/Documentation/devicetree/bindings/reset/renesas,rst.yaml +++ b/Documentation/devicetree/bindings/reset/renesas,rst.yaml @@ -50,6 +50,7 @@ properties: - renesas,r8a779a0-rst # R-Car V3U - renesas,r8a779f0-rst # R-Car S4-8 - renesas,r8a779g0-rst # R-Car V4H + - renesas,r8a779h0-rst # R-Car V4M reg: maxItems: 1
Document support for the Reset (RST) module in the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/reset/renesas,rst.yaml | 1 + 1 file changed, 1 insertion(+)