diff options
author | Kathiravan T <[email protected]> | 2023-03-20 16:15:29 +0530 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2023-04-22 15:58:40 +0200 |
commit | 2cd55934d9774d23a7c683e415935cb9cd7dedff (patch) | |
tree | b810b4805628be7d3812c015d8df58f86ab1655c | |
parent | dcd615ee6fd3651ab0357364c4cf65b1148a40be (diff) |
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 <[email protected]>
Signed-off-by: Kathiravan T <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
-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 |