diff options
author | 2023-08-16 18:13:59 +0200 | |
---|---|---|
committer | 2023-08-25 16:19:13 +0200 | |
commit | c6b7c79846972f3ac52a6c373f1b684306d8433a (patch) | |
tree | 645920bd39e6aadd32976f20acc05dcaf61d5d40 | |
parent | watchdog: imx2_wdt: Improve dev_crit() message (diff) | |
download | wireguard-linux-c6b7c79846972f3ac52a6c373f1b684306d8433a.tar.xz wireguard-linux-c6b7c79846972f3ac52a6c373f1b684306d8433a.zip |
dt-bindings: watchdog: qcom-wdt: document IPQ5018
Document the IPQ5018 watchdog compatible.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230816161455.3310629-1-robimarko@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml index 6d0fe6abd06a..5046dfa55f13 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -18,6 +18,7 @@ properties: - items: - enum: - qcom,kpss-wdt-ipq4019 + - qcom,apss-wdt-ipq5018 - qcom,apss-wdt-ipq5332 - qcom,apss-wdt-ipq9574 - qcom,apss-wdt-msm8994 |