Skip to content

Commit 92d39d0

Browse files
duraikvddparndb
authored andcommitted
dt-bindings: serial: atmel,at91-usart: update compatible for sam9x60
There is only one debug unit in the sam9x60 SOC and it has the chipid register. So, the dbgu compatible strings are valid only for debug usart. Defining these dbgu compatible strings are not valid for flexcom usart. So adding the items which is valid only for flexcom usart and removing the microchip,sam9x60-usart compatible string from the enum list as no usart node defines only this specific compatible string. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230718065735.10187-2-durai.manickamkr@microchip.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 1b64daa commit 92d39d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ properties:
1616
- enum:
1717
- atmel,at91rm9200-usart
1818
- atmel,at91sam9260-usart
19-
- microchip,sam9x60-usart
2019
- items:
2120
- const: atmel,at91rm9200-dbgu
2221
- const: atmel,at91rm9200-usart
2322
- items:
2423
- const: atmel,at91sam9260-dbgu
2524
- const: atmel,at91sam9260-usart
25+
- items:
26+
- const: microchip,sam9x60-usart
27+
- const: atmel,at91sam9260-usart
2628
- items:
2729
- const: microchip,sam9x60-dbgu
2830
- const: microchip,sam9x60-usart

0 commit comments

Comments
 (0)