[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d6886c55-6f4a-916f-20fd-9f6465a8a0cd@canonical.com>
Date: Thu, 10 Mar 2022 08:22:55 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Sergiu Moga <sergiu.moga@...rochip.com>, robh+dt@...nel.org,
nicolas.ferre@...rochip.com, alexandre.belloni@...tlin.com,
claudiu.beznea@...rochip.com
Cc: linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org
Subject: Re: [PATCH 3/3] dt-bindings: i2c: at91: Add SAMA7G5 compatible
strings list
On 09/03/2022 13:07, Sergiu Moga wrote:
> Add compatible strings list for SAMA7G5.
>
> Signed-off-by: Sergiu Moga <sergiu.moga@...rochip.com>
> ---
> .../bindings/i2c/atmel,at91sam-i2c.yaml | 38 ++++++++++++-------
> 1 file changed, 24 insertions(+), 14 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml b/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
> index d4aadbbd1a11..661a679b98cf 100644
> --- a/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
> +++ b/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
> @@ -16,10 +16,15 @@ allOf:
> properties:
> compatible:
> contains:
> - enum:
> - - atmel,sama5d4-i2c
> - - atmel,sama5d2-i2c
> - - microchip,sam9x60-i2c
> + oneOf:
> + - items:
> + - enum:
> + - atmel,sama5d4-i2c
> + - atmel,sama5d2-i2c
> + - microchip,sam9x60-i2c
> + - items:
> + - const: microchip,sama7g5-i2c
> + - const: microchip,sam9x60-i2c
This looks not needed, because it contains microchip,sam9x60-i2c which
is mentioned earlier.
> then:
> properties:
> i2c-sda-hold-time-ns:
> @@ -29,16 +34,21 @@ allOf:
>
Best regards,
Krzysztof
Powered by blists - more mailing lists