[PATCH] dt-bindings: i2c: at91: Add sama7d65 compatible string

nicolas.ferre@microchip.com posted 1 patch 1 year, 7 months ago
Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: i2c: at91: Add sama7d65 compatible string
Posted by nicolas.ferre@microchip.com 1 year, 7 months ago
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Add compatible string for sama7d65. Like sama7g5, it currently binds to
"microchip,sam9x60-i2c" compatible string for this driver.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml b/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
index 588478862bd1..e61cdb5b16ef 100644
--- a/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml
@@ -26,6 +26,7 @@ properties:
               - microchip,sam9x60-i2c
       - items:
           - enum:
+              - microchip,sama7d65-i2c
               - microchip,sama7g5-i2c
               - microchip,sam9x7-i2c
           - const: microchip,sam9x60-i2c
@@ -78,6 +79,7 @@ allOf:
               - atmel,sama5d4-i2c
               - atmel,sama5d2-i2c
               - microchip,sam9x60-i2c
+              - microchip,sama7d65-i2c
               - microchip,sama7g5-i2c
     then:
       properties:
-- 
2.39.2
Re: [PATCH] dt-bindings: i2c: at91: Add sama7d65 compatible string
Posted by Andi Shyti 1 year, 7 months ago
Hi Nicolas,

On Wed, Jul 10, 2024 at 06:26:15PM GMT, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Add compatible string for sama7d65. Like sama7g5, it currently binds to
> "microchip,sam9x60-i2c" compatible string for this driver.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

pushed to i2c/i2c-host.

Thanks,
Andi
Re: [PATCH] dt-bindings: i2c: at91: Add sama7d65 compatible string
Posted by Krzysztof Kozlowski 1 year, 7 months ago
On 10/07/2024 18:26, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Add compatible string for sama7d65. Like sama7g5, it currently binds to
> "microchip,sam9x60-i2c" compatible string for this driver.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> ---
>  Documentation/devicetree/bindings/i2c/atmel,at91sam-i2c.yaml | 2 ++


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof