]> Git Repo - J-linux.git/commitdiff
spi: dt-bindings: at91: Add sama7d65 compatible string
authorNicolas Ferre <[email protected]>
Thu, 11 Jul 2024 16:54:02 +0000 (18:54 +0200)
committerMark Brown <[email protected]>
Thu, 11 Jul 2024 23:18:43 +0000 (00:18 +0100)
Add compatible string for sama7d65. Like sam9x60 and sam9x7, it requires
to bind to "atmel,at91rm9200-spi".
Group these three under the same enum, sorted alphanumerically, and
remove previously added item.

Signed-off-by: Nicolas Ferre <[email protected]>
Acked-by: Rob Herring (Arm) <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml

index 32e7c14033c2cc36d5c87836922207eafc45df2e..d29772994cf5f1e4bc8700b34abf9062b4e240b4 100644 (file)
@@ -18,10 +18,10 @@ properties:
     oneOf:
       - const: atmel,at91rm9200-spi
       - items:
-          - const: microchip,sam9x60-spi
-          - const: atmel,at91rm9200-spi
-      - items:
-          - const: microchip,sam9x7-spi
+          - enum:
+              - microchip,sam9x60-spi
+              - microchip,sam9x7-spi
+              - microchip,sama7d65-spi
           - const: atmel,at91rm9200-spi
 
   reg:
This page took 0.050449 seconds and 4 git commands to generate.