Message ID | 20230929053915.1530607-27-claudiu.beznea@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Commit | 6042f5365bee167ac27d02454f5cba403747277a |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add new Renesas RZ/G3S SoC and RZ/G3S SMARC EVK | expand |
On Fri, Sep 29, 2023 at 08:39:13AM +0300, Claudiu wrote: > From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> > > Document Renesas SMARC Carrier-II EVK board which is based on RZ/G3S > SMARC SoM. The SMARC Carrier-II EVK consists of RZ/G3S SoM module and > SMARC Carrier-II carrier board, the SoM module sits on top of carrier > board. > > Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > > Changes in v2: > - this patch is new in v2 > > Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > index 31d0539bb168..594a7d7a6ee4 100644 > --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml > @@ -486,6 +486,13 @@ properties: > - const: renesas,r9a08g045s33 # PCIe support > - const: renesas,r9a08g045 > > + - description: RZ SMARC Carrier-II Evaluation Kit > + items: > + - const: renesas,smarc2-evk # RZ SMARC Carrier-II EVK > + - const: renesas,rzg3s-smarcm # RZ/G3S SMARC SoM > + - const: renesas,r9a08g045s33 # PCIe support > + - const: renesas,r9a08g045 > + > additionalProperties: true > > ... > -- > 2.39.2 >
On Fri, Sep 29, 2023 at 7:40 AM Claudiu <claudiu.beznea@tuxon.dev> wrote: > From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> > > Document Renesas SMARC Carrier-II EVK board which is based on RZ/G3S > SMARC SoM. The SMARC Carrier-II EVK consists of RZ/G3S SoM module and > SMARC Carrier-II carrier board, the SoM module sits on top of carrier > board. > > Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> > --- > > Changes in v2: > - this patch is new in v2 Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.7. Gr{oetje,eeting}s, Geert
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml index 31d0539bb168..594a7d7a6ee4 100644 --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml @@ -486,6 +486,13 @@ properties: - const: renesas,r9a08g045s33 # PCIe support - const: renesas,r9a08g045 + - description: RZ SMARC Carrier-II Evaluation Kit + items: + - const: renesas,smarc2-evk # RZ SMARC Carrier-II EVK + - const: renesas,rzg3s-smarcm # RZ/G3S SMARC SoM + - const: renesas,r9a08g045s33 # PCIe support + - const: renesas,r9a08g045 + additionalProperties: true ...