diff options
author | Janne Grunau <[email protected]> | 2023-03-07 13:10:09 +0100 |
---|---|---|
committer | Hector Martin <[email protected]> | 2023-03-28 19:39:02 +0900 |
commit | 1f21734b14b4cc93d82374108a549b42a7672c4c (patch) | |
tree | b828db3c085e70995565a8b0898ebd9f6c7b3b11 | |
parent | bbdd33769d319d1e7bb8fec09124a49b3573a2d3 (diff) |
dt-bindings: watchdog: apple,wdt: Add t8112-wdt compatible
The block on the Apple M2 SoC is compatible with the existing driver so
add its per-SoC compatible.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Janne Grunau <[email protected]>
Signed-off-by: Hector Martin <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/apple,wdt.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/apple,wdt.yaml b/Documentation/devicetree/bindings/watchdog/apple,wdt.yaml index e58c56a6fdf6..3d7e2a2bf1f1 100644 --- a/Documentation/devicetree/bindings/watchdog/apple,wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/apple,wdt.yaml @@ -17,6 +17,7 @@ properties: items: - enum: - apple,t8103-wdt + - apple,t8112-wdt - apple,t6000-wdt - const: apple,wdt |