[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240730190412.GA1513088-robh@kernel.org>
Date: Tue, 30 Jul 2024 13:04:12 -0600
From: Rob Herring <robh@...nel.org>
To: Varshini Rajendran <varshini.rajendran@...rochip.com>
Cc: conor@...nel.org, krzk+dt@...nel.org, nicolas.ferre@...rochip.com,
alexandre.belloni@...tlin.com, claudiu.beznea@...on.dev,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 05/27] dt-bindings: microchip: atmel,at91rm9200-tcb:
add sam9x7 compatible
On Mon, Jul 29, 2024 at 12:36:49PM +0530, Varshini Rajendran wrote:
> Add support for sam9x7 device compatible.
How is this device similar to sama5d2? IOW, why is the fallback
appropriate?
>
> Signed-off-by: Varshini Rajendran <varshini.rajendran@...rochip.com>
> ---
> Changes in v6:
>
> - New patch in v6 to document tcb compatible.
> ---
> .../soc/microchip/atmel,at91rm9200-tcb.yaml | 20 ++++++++++++-------
> 1 file changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml
> index a46411149571..2c7275c4503b 100644
> --- a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml
> +++ b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml
> @@ -15,13 +15,19 @@ description: |
>
> properties:
> compatible:
> - items:
> - - enum:
> - - atmel,at91rm9200-tcb
> - - atmel,at91sam9x5-tcb
> - - atmel,sama5d2-tcb
> - - const: simple-mfd
> - - const: syscon
> + oneOf:
> + - items:
> + - enum:
> + - atmel,at91rm9200-tcb
> + - atmel,at91sam9x5-tcb
> + - atmel,sama5d2-tcb
> + - const: simple-mfd
> + - const: syscon
> + - items:
> + - const: microchip,sam9x7-tcb
> + - const: atmel,sama5d2-tcb
> + - const: simple-mfd
> + - const: syscon
>
> reg:
> maxItems: 1
> --
> 2.25.1
>
Powered by blists - more mailing lists