[PATCH] arm64: dts: qcom: sa8775p: add the watchdog node

Bartosz Golaszewski posted 1 patch 2 years, 9 months ago
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] arm64: dts: qcom: sa8775p: add the watchdog node
Posted by Bartosz Golaszewski 2 years, 9 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Now that the hypervisor issue is fixed, we can add the watchdog node
for sa8775p platforms.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sa8775p.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
index badabf79c6ef..0737ba38fefe 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi
+++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
@@ -1008,6 +1008,13 @@ intc: interrupt-controller@17a00000 {
 			redistributor-stride = <0x0 0x20000>;
 		};
 
+		watchdog@17c10000 {
+			compatible = "qcom,apss-wdt-sa8775p", "qcom,kpss-wdt";
+			reg = <0x0 0x17c10000 0x0 0x1000>;
+			clocks = <&sleep_clk>;
+			interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
+		};
+
 		memtimer: timer@17c20000 {
 			compatible = "arm,armv7-timer-mem";
 			reg = <0x0 0x17c20000 0x0 0x1000>;
-- 
2.39.2
Re: [PATCH] arm64: dts: qcom: sa8775p: add the watchdog node
Posted by Bjorn Andersson 2 years, 9 months ago
On Thu, 27 Apr 2023 18:12:18 +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Now that the hypervisor issue is fixed, we can add the watchdog node
> for sa8775p platforms.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sa8775p: add the watchdog node
      commit: 09b701b89a761e5e9566d65326d5fe0e94eaa48f

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>