On 02/04/2022 09:32, Biju Das wrote: > Document the Renesas SMARC EVK board which is based on the Renesas > RZ/G2UL Type-1 (R9A07G043U11) SoC. The SMARC EVK consists of an > RZ/G2UL Type-1 SoM module and a SMARC carrier board. The SoM module > sits on top of the carrier board. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > V4: > * new patch > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml > index fa435d6fda77..f61807103867 100644 > --- a/Documentation/devicetree/bindings/arm/renesas.yaml > +++ b/Documentation/devicetree/bindings/arm/renesas.yaml > @@ -405,6 +405,8 @@ properties: > > - description: RZ/G2UL (R9A07G043) > items: > + - enum: > + - renesas,smarc-evk # SMARC EVK I see you are using same compatible for different configurations. I think it should be rather a specific compatible (e.g. renesas,smarc-evk-r9a07g043). It's the most detailed compatible, so the user is expected to check it and have the answer about specific board. Here it won't work - you have three different configurations with the same, most specific compatible. Best regards, Krzysztof