From: Matti Lehtimäki Date: Wed, 11 Oct 2023 16:33:15 +0000 (+0200) Subject: ARM: dts: qcom: msm8974: Add watchdog node X-Git-Tag: v6.8-rc1~130^2~14^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95053f6bc8ffca438a261400d7c06bd74e3f106e;p=thirdparty%2Flinux.git ARM: dts: qcom: msm8974: Add watchdog node Add watchdog for MSM8974 platform. Signed-off-by: Matti Lehtimäki Signed-off-by: Luca Weiss Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20231011-msm8226-msm8974-watchdog-v1-3-2c472818fbce@z3ntu.xyz Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi index b3a0a71c6369a..f7d7e5d70f30f 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi @@ -346,6 +346,14 @@ reg = <0xf9011000 0x1000>; }; + watchdog@f9017000 { + compatible = "qcom,apss-wdt-msm8974", "qcom,kpss-wdt"; + reg = <0xf9017000 0x1000>; + interrupts = , + ; + clocks = <&sleep_clk>; + }; + timer@f9020000 { #address-cells = <1>; #size-cells = <1>;