diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2023-03-14 13:52:56 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2023-04-22 16:01:45 +0200 |
commit | ee0da40588e1eda1323e7abd8e91a2dfe359b87c (patch) | |
tree | 8a449e7b18054ba0ac4cffc85daa24a8d4872eb7 /Documentation/devicetree | |
parent | dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-ipq5332 compatible (diff) | |
download | linux-ee0da40588e1eda1323e7abd8e91a2dfe359b87c.tar.xz linux-ee0da40588e1eda1323e7abd8e91a2dfe359b87c.zip |
dt-bindings: watchdog: qcom-wdt: add QCM2290
Document the QCM2290 KPSS watchdog.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230314-topic-2290_compats-v1-1-47e26c3c0365@linaro.org
[groeck: Fixed context conflicts]
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml index 8060a87d29da..b0ce80d6fbe2 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -19,7 +19,9 @@ properties: - enum: - qcom,kpss-wdt-ipq4019 - qcom,apss-wdt-ipq5332 + - qcom,apss-wdt-ipq9574 - qcom,apss-wdt-msm8994 + - qcom,apss-wdt-qcm2290 - qcom,apss-wdt-qcs404 - qcom,apss-wdt-sa8775p - qcom,apss-wdt-sc7180 |