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 <nicolas.ferre@microchip.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20240711165402.373634-1-nicolas.ferre@microchip.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8846739 commit 3048dc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)