2023-09-12 16:26:06

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH 35/37] dt-bindings: arm: renesas: document SMARC Carrier-II EVK

On Tue, Sep 12, 2023 at 07:51:55AM +0300, Claudiu wrote:
> From: Claudiu Beznea <[email protected]>
>
> Document Renesas SMARC Carrier-II EVK board which is based on RZ/G3S
> (R9A08G045) SoC. 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 <[email protected]>
> ---
> Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> index 822faf081e84..f4964445e5ab 100644
> --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
> @@ -476,6 +476,8 @@ properties:
>
> - description: RZ/G3S (R9A08G045)
> items:
> + - enum:
> + - renesas,smarc2-evk # SMARC Carrier-II EVK

You just changed the existing binding...

> - enum:
> - renesas,r9a08g045s33 # PCIe support

This is the SoM module? You either need to squash this change or add
another case with 3 entries and maintain the 2 entry case. (there's no
way to express any entry at the beginning or middle can be optional)

> - const: renesas,r9a08g045
> --
> 2.39.2
>


2023-09-13 19:41:24

by claudiu beznea

[permalink] [raw]
Subject: Re: [PATCH 35/37] dt-bindings: arm: renesas: document SMARC Carrier-II EVK



On 12.09.2023 19:16, Rob Herring wrote:
> On Tue, Sep 12, 2023 at 07:51:55AM +0300, Claudiu wrote:
>> From: Claudiu Beznea <[email protected]>
>>
>> Document Renesas SMARC Carrier-II EVK board which is based on RZ/G3S
>> (R9A08G045) SoC. 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 <[email protected]>
>> ---
>> Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
>> index 822faf081e84..f4964445e5ab 100644
>> --- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
>> +++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
>> @@ -476,6 +476,8 @@ properties:
>>
>> - description: RZ/G3S (R9A08G045)
>> items:
>> + - enum:
>> + - renesas,smarc2-evk # SMARC Carrier-II EVK
>
> You just changed the existing binding...
>
>> - enum:
>> - renesas,r9a08g045s33 # PCIe support
>
> This is the SoM module?

No, this is a SoC variant which supports PCIe.

> You either need to squash this change or add
> another case with 3 entries and maintain the 2 entry case. (there's no
> way to express any entry at the beginning or middle can be optional)
>
>> - const: renesas,r9a08g045
>> --
>> 2.39.2
>>