Message ID | 20211221094717.16187-1-prabhakar.mahadev-lad.rj@bp.renesas.com |
---|---|
Headers | show |
Series | Add new Renesas RZ/V2L SoC and Renesas RZ/V2L SMARC EVK support | expand |
On Tue, Dec 21, 2021 at 09:47:02AM +0000, Lad Prabhakar wrote: > From: Biju Das <biju.das.jz@bp.renesas.com> > > Document Renesas RZ/V2L SoC. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml > index 6a9350ee690b..55a5aec418ab 100644 > --- a/Documentation/devicetree/bindings/arm/renesas.yaml > +++ b/Documentation/devicetree/bindings/arm/renesas.yaml > @@ -421,6 +421,13 @@ properties: > - renesas,r9a07g044l2 # Dual Cortex-A55 RZ/G2L > - const: renesas,r9a07g044 > > + - description: RZ/V2L (R9A07G054) > + items: > + - enum: > + - renesas,r9a07g054l1 # Single Cortex-A55 RZ/V2L > + - renesas,r9a07g054l2 # Dual Cortex-A55 RZ/V2L I'd assume this is just a fuse difference and with cpu nodes you can distinguish how many cores. > + - const: renesas,r9a07g054 > + > additionalProperties: true > > ... > -- > 2.17.1 > >
On Tue, 21 Dec 2021 09:47:04 +0000, Lad Prabhakar wrote: > From: Biju Das <biju.das.jz@bp.renesas.com> > > Add DT binding documentation for SYSC controller found on RZ/V2L SoC. > SYSC controller found on the RZ/V2L SoC is almost identical to one found > on the RZ/G2L SoC's only difference being that the RZ/V2L has an > additional register to control the DRP-AI. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > .../devicetree/bindings/power/renesas,rzg2l-sysc.yaml | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 21 Dec 2021 09:47:08 +0000, Lad Prabhakar wrote: > From: Biju Das <biju.das.jz@bp.renesas.com> > > Add SCI binding documentation for Renesas RZ/V2L SoC. No driver changes > are required as generic compatible string "renesas,sci" will be used as > a fallback. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/serial/renesas,sci.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 21 Dec 2021 09:47:10 +0000, Lad Prabhakar wrote: > From: Biju Das <biju.das.jz@bp.renesas.com> > > Document the device tree binding for the Renesas RZ/V2L SoC. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > .../bindings/clock/renesas,rzg2l-cpg.yaml | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, 21 Dec 2021 09:47:14 +0000, Lad Prabhakar wrote: > From: Biju Das <biju.das.jz@bp.renesas.com> > > Document RZ/V2L DMAC bindings. RZ/V2L DMAC is identical to one found on > the RZ/G2L SoC. No driver changes are required as generic compatible > string "renesas,rz-dmac" will be used as a fallback. > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > --- > Documentation/devicetree/bindings/dma/renesas,rz-dmac.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
Hi Rob, Thank you for the review. On Wed, Dec 22, 2021 at 6:23 PM Rob Herring <robh@kernel.org> wrote: > > On Tue, Dec 21, 2021 at 09:47:02AM +0000, Lad Prabhakar wrote: > > From: Biju Das <biju.das.jz@bp.renesas.com> > > > > Document Renesas RZ/V2L SoC. > > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > > --- > > Documentation/devicetree/bindings/arm/renesas.yaml | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml > > index 6a9350ee690b..55a5aec418ab 100644 > > --- a/Documentation/devicetree/bindings/arm/renesas.yaml > > +++ b/Documentation/devicetree/bindings/arm/renesas.yaml > > @@ -421,6 +421,13 @@ properties: > > - renesas,r9a07g044l2 # Dual Cortex-A55 RZ/G2L > > - const: renesas,r9a07g044 > > > > + - description: RZ/V2L (R9A07G054) > > + items: > > + - enum: > > + - renesas,r9a07g054l1 # Single Cortex-A55 RZ/V2L > > + - renesas,r9a07g054l2 # Dual Cortex-A55 RZ/V2L > > I'd assume this is just a fuse difference and with cpu nodes you can > distinguish how many cores. > Yes and there is a register too which tells the CPU count. Cheers, Prabhakar > > + - const: renesas,r9a07g054 > > + > > additionalProperties: true > > > > ... > > -- > > 2.17.1 > > > >