Skip to content

Commit 528295d

Browse files
committed
dt-bindings: watchdog: apple,wdt: Add t8122 compatible
The watchdog on the Apple silicon t8122 (M3) SoC is compatible with the existing driver. Add "apple,t8122-wdt" as SoC specific compatible under "apple,t8103-wdt" used by the driver. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 56c313e commit 528295d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Documentation/devicetree/bindings/watchdog/apple,wdt.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ properties:
1616
compatible:
1717
oneOf:
1818
- items:
19-
- const: apple,t6020-wdt
19+
- enum:
20+
- apple,t6020-wdt
21+
- apple,t8122-wdt
2022
- const: apple,t8103-wdt
2123
- items:
2224
- enum:

0 commit comments

Comments
 (0)