]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: atmel-usart: Remove wildcard
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Fri, 17 Jan 2020 11:58:28 +0000 (13:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 24 Jan 2020 07:33:59 +0000 (07:33 +0000)
Remove chip whildcard and introduce the list of compatibles instead.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/atmel-usart.txt

index 699fd3c9ace8079e3fab036fcf01118f452998d0..614a14b5d205041ecd9eb3f709dc1ea37da49186 100644 (file)
@@ -1,10 +1,11 @@
 * Atmel Universal Synchronous Asynchronous Receiver/Transmitter (USART)
 
 Required properties for USART:
-- compatible: Should be "atmel,<chip>-usart" or "atmel,<chip>-dbgu"
-  The compatible <chip> indicated will be the first SoC to support an
-  additional mode or an USART new feature.
-  For the dbgu UART, use "atmel,<chip>-dbgu", "atmel,<chip>-usart"
+- compatible: Should be one of the following:
+       - "atmel,at91rm9200-usart"
+       - "atmel,at91sam9260-usart"
+       - "atmel,at91rm9200-dbgu", "atmel,at91rm9200-usart"
+       - "atmel,at91sam9260-dbgu", "atmel,at91sam9260-usart"
 - reg: Should contain registers location and length
 - interrupts: Should contain interrupt
 - clock-names: tuple listing input clock names.