2023-04-27 16:17:12

by Bartosz Golaszewski

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

From: Bartosz Golaszewski <[email protected]>

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

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
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


2023-05-15 04:03:50

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: sa8775p: add the watchdog node

On Thu, 27 Apr 2023 18:12:18 +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <[email protected]>
>
> 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 <[email protected]>