diff options
author | Kathiravan T <quic_kathirav@quicinc.com> | 2023-03-20 11:45:29 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2023-04-22 15:58:40 +0200 |
commit | 2cd55934d9774d23a7c683e415935cb9cd7dedff (patch) | |
tree | b810b4805628be7d3812c015d8df58f86ab1655c /Documentation/devicetree | |
parent | dt-bindings: watchdog: rockchip: Add rockchip,rk3588-wdt string (diff) | |
download | linux-2cd55934d9774d23a7c683e415935cb9cd7dedff.tar.xz linux-2cd55934d9774d23a7c683e415935cb9cd7dedff.zip |
dt-bindings: watchdog: qcom-wdt: add qcom,apss-wdt-ipq5332 compatible
Add a compatible for the IPQ5332 platform's APSS watchdog.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20230320104530.30411-2-quic_kathirav@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 6448b633c970..8060a87d29da 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-ipq5332 - qcom,apss-wdt-msm8994 - qcom,apss-wdt-qcs404 - qcom,apss-wdt-sa8775p |