From: Jorge Ramirez-Ortiz Date: Thu, 29 Aug 2019 20:03:40 +0000 (+0200) Subject: arm64: dts: qcom: qcs404: add the watchdog node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a250aa6eccdd54aebc62165c0c1fe250fee0338;p=linux.git arm64: dts: qcom: qcs404: add the watchdog node Allows QCS404 based designs to enable watchdog support Reviewed-by: Stephen Boyd Signed-off-by: Jorge Ramirez-Ortiz Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 131d8046d3be2..17d4dd54c53a2 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -875,6 +875,12 @@ #mbox-cells = <1>; }; + watchdog@b017000 { + compatible = "qcom,kpss-wdt"; + reg = <0x0b017000 0x1000>; + clocks = <&sleep_clk>; + }; + timer@b120000 { #address-cells = <1>; #size-cells = <1>;