Skip to content

Commit 9d08e59

Browse files
Huqiang QinWim Van Sebroeck
authored andcommitted
dt-bindings: watchdog: Add support for Amlogic C3 and S4 SoCs
Update dt-binding document for watchdog of Amlogic C3 and S4 SoCs. Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20231027104358.342861-2-huqiang.qin@amlogic.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent d4c85a4 commit 9d08e59

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Documentation/devicetree/bindings/watchdog/amlogic,meson-gxbb-wdt.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ allOf:
1515

1616
properties:
1717
compatible:
18-
enum:
19-
- amlogic,meson-gxbb-wdt
20-
- amlogic,t7-wdt
18+
oneOf:
19+
- enum:
20+
- amlogic,meson-gxbb-wdt
21+
- amlogic,t7-wdt
22+
- items:
23+
- enum:
24+
- amlogic,c3-wdt
25+
- amlogic,s4-wdt
26+
- const: amlogic,t7-wdt
2127

2228
reg:
2329
maxItems: 1

0 commit comments

Comments
 (0)