Skip to content

Commit cd2aa87

Browse files
varshini-rajendranWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt
Add compatible microchip,sam9x7-wdt to DT bindings documentation. Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240223172627.672316-1-varshini.rajendran@microchip.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 2351837 commit cd2aa87

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- atmel,sama5d4-wdt
19-
- microchip,sam9x60-wdt
20-
- microchip,sama7g5-wdt
17+
oneOf:
18+
- enum:
19+
- atmel,sama5d4-wdt
20+
- microchip,sam9x60-wdt
21+
- microchip,sama7g5-wdt
22+
- items:
23+
- const: microchip,sam9x7-wdt
24+
- const: microchip,sam9x60-wdt
2125

2226
reg:
2327
maxItems: 1

0 commit comments

Comments
 (0)