diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-10-03 06:13:45 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-10-21 03:59:03 +0200 |
commit | ef8576789e869b7584684ae81126a465eb1deeb6 (patch) | |
tree | 89e1736cba5411d69837293ca257480c2cec1fdb | |
parent | arm64: dts: qcom: c630: Enable adsp, cdsp and mpss (diff) | |
download | linux-ef8576789e869b7584684ae81126a465eb1deeb6.tar.xz linux-ef8576789e869b7584684ae81126a465eb1deeb6.zip |
arm64: dts: qcom: sdm845: Add APSS watchdog node
Add a node describing the watchdog found in the application subsystem.
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index f406a4340b05..0d8cd9807150 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -3084,6 +3084,12 @@ status = "disabled"; }; + watchdog@17980000 { + compatible = "qcom,apss-wdt-sdm845", "qcom,kpss-wdt"; + reg = <0 0x17980000 0 0x1000>; + clocks = <&sleep_clk>; + }; + apss_shared: mailbox@17990000 { compatible = "qcom,sdm845-apss-shared"; reg = <0 0x17990000 0 0x1000>; |