diff options
author | Sander Vanheule | 2022-06-27 21:00:55 +0200 |
---|---|---|
committer | Wim Van Sebroeck | 2022-07-23 14:21:24 +0200 |
commit | 595d9a69c45dbb167562abb6f120cac571a545fa (patch) | |
tree | 8d74932524631f3fcb6c0cedab1a7a6798b57868 | |
parent | 3b1905456aad0d111bba3388165e7bb78537db72 (diff) |
dt-bindings: watchdog: realtek,otto-wdt: add RTL9310
Add the realtek,rtl9310-wdt compatible to the Realtek Otto watchdog
binding.
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/84d873d7dd375cd2392f89fa6bd9e0fe5dda4e1c.1656356377.git.sander@svanheule.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml b/Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml index 11b220a5e0f6..099245fe7b10 100644 --- a/Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml @@ -29,6 +29,7 @@ properties: - realtek,rtl8380-wdt - realtek,rtl8390-wdt - realtek,rtl9300-wdt + - realtek,rtl9310-wdt reg: maxItems: 1 |