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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
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)