diff options
author | Konrad Dybcio <konrad.dybcio@linaro.org> | 2022-11-17 11:58:45 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2023-02-18 15:11:33 +0100 |
commit | e9651838fe7727c1c8b193b0217307c4c2260777 (patch) | |
tree | 1e2382a9fed4bb92ad18370423b0a5a775bcd00e /Documentation | |
parent | dt-bindings: watchdog: renesas,wdt: Document RZ/Five SoC (diff) | |
download | linux-e9651838fe7727c1c8b193b0217307c4c2260777.tar.xz linux-e9651838fe7727c1c8b193b0217307c4c2260777.zip |
dt-bindings: watchdog: Add MSM8994 watchdog timer
Document the MSM8994 watchdog timer which is already used in DT.
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/20221117105845.13644-2-konrad.dybcio@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'Documentation')
-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 d8ac0be36e6c..a1f17c9e02db 100644 --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml @@ -17,6 +17,7 @@ properties: oneOf: - items: - enum: + - qcom,apss-wdt-msm8994 - qcom,apss-wdt-qcs404 - qcom,apss-wdt-sc7180 - qcom,apss-wdt-sc7280 |