Skip to content

Commit 3048dc8

Browse files
noglitchbroonie
authored andcommitted
spi: dt-bindings: at91: Add sama7d65 compatible string
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]>
1 parent 8846739 commit 3048dc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ properties:
1818
oneOf:
1919
- const: atmel,at91rm9200-spi
2020
- items:
21-
- const: microchip,sam9x60-spi
22-
- const: atmel,at91rm9200-spi
23-
- items:
24-
- const: microchip,sam9x7-spi
21+
- enum:
22+
- microchip,sam9x60-spi
23+
- microchip,sam9x7-spi
24+
- microchip,sama7d65-spi
2525
- const: atmel,at91rm9200-spi
2626

2727
reg:

0 commit comments

Comments
 (0)