diff options
author | lijuang <quic_lijuang@quicinc.com> | 2024-09-20 09:11:41 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2024-11-04 13:13:00 +0100 |
commit | b2dd16c277bce344b168ed5286f2378868a58d42 (patch) | |
tree | 275c022f77a82e10a5fca68e7d80f922e34abc88 /Documentation/devicetree | |
parent | watchdog: xilinx_wwdt: Calculate max_hw_heartbeat_ms using clock frequency (diff) | |
download | linux-b2dd16c277bce344b168ed5286f2378868a58d42.tar.xz linux-b2dd16c277bce344b168ed5286f2378868a58d42.zip |
dt-bindings: watchdog: Document Qualcomm QCS615 watchdog
Add devicetree binding for watchdog present on Qualcomm QCS615 SoC.
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-usn.net>
Link: https://lore.kernel.org/r/20240920-add_watchdog_compatible_for_qcs615-v2-1-427944f1151e@quicinc.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'Documentation/devicetree')
-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 932393f8c649..32eaf43aadb3 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -26,6 +26,7 @@ properties: - qcom,apss-wdt-msm8994 - qcom,apss-wdt-qcm2290 - qcom,apss-wdt-qcs404 + - qcom,apss-wdt-qcs615 - qcom,apss-wdt-sa8255p - qcom,apss-wdt-sa8775p - qcom,apss-wdt-sc7180 |