Commit 3048dc8b authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Mark Brown

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: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240711165402.373634-1-nicolas.ferre@microchip.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8846739f
...@@ -18,10 +18,10 @@ properties: ...@@ -18,10 +18,10 @@ properties:
oneOf: oneOf:
- const: atmel,at91rm9200-spi - const: atmel,at91rm9200-spi
- items: - items:
- const: microchip,sam9x60-spi - enum:
- const: atmel,at91rm9200-spi - microchip,sam9x60-spi
- items: - microchip,sam9x7-spi
- const: microchip,sam9x7-spi - microchip,sama7d65-spi
- const: atmel,at91rm9200-spi - const: atmel,at91rm9200-spi
reg: reg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment