diff mbox series

arm64: dts: qcom: sdm845: Add APSS watchdog node

Message ID 20191003041345.20912-1-bjorn.andersson@linaro.org (mailing list archive)
State Accepted
Commit ef8576789e869b7584684ae81126a465eb1deeb6
Headers show
Series arm64: dts: qcom: sdm845: Add APSS watchdog node | expand

Commit Message

Bjorn Andersson Oct. 3, 2019, 4:13 a.m. UTC
Add a node describing the watchdog found in the application subsystem.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Vinod Koul Oct. 20, 2019, 1:37 p.m. UTC | #1
On 02-10-19, 21:13, Bjorn Andersson wrote:
> 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>
> ---
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index f0b2db34ec4a..23915eab4187 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -3488,6 +3488,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>;
> -- 
> 2.18.0
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index f0b2db34ec4a..23915eab4187 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -3488,6 +3488,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>;