Skip to content

Commit e884a13

Browse files
krzkbroonie
authored andcommitted
spi: dt-bindings: atmel,at91rm9200-spi: fix broken sam9x7 compatible
Commit a3eb954 ("spi: dt-bindings: atmel,at91rm9200-spi: add sam9x7 compatible") adding sam9x7 compatible did not make any sense as it added new compatible into middle of existing compatible list. The intention was probably to add new set of compatibles with sam9x7 as first one. Fixes: a3eb954 ("spi: dt-bindings: atmel,at91rm9200-spi: add sam9x7 compatible") Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/Message-Id: <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent a3eb954 commit e884a13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ properties:
1919
- const: atmel,at91rm9200-spi
2020
- items:
2121
- const: microchip,sam9x60-spi
22+
- const: atmel,at91rm9200-spi
23+
- items:
2224
- const: microchip,sam9x7-spi
25+
- const: microchip,sam9x60-spi
2326
- const: atmel,at91rm9200-spi
2427

2528
reg:

0 commit comments

Comments
 (0)