2024-02-14 21:46:58

by Luca Weiss

[permalink] [raw]
Subject: [PATCH v2] ARM: dts: qcom: msm8226: Add watchdog node

From: Matti Lehtimäki <[email protected]>

Add watchdog for MSM8226 platform.

Signed-off-by: Matti Lehtimäki <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Luca Weiss <[email protected]>
---
Changes in v2:
- Rebase on qcom for-next
- Pick up tags
- Link to v1: https://lore.kernel.org/r/[email protected]
---
arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/qcom/qcom-msm8226.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8226.dtsi
index 8fae6058bf58..270973e85625 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8226.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-msm8226.dtsi
@@ -241,6 +241,14 @@ saw_l2: power-manager@f9012000 {
reg = <0xf9012000 0x1000>;
};

+ watchdog@f9017000 {
+ compatible = "qcom,apss-wdt-msm8226", "qcom,kpss-wdt";
+ reg = <0xf9017000 0x1000>;
+ interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>,
+ <GIC_SPI 4 IRQ_TYPE_EDGE_RISING>;
+ clocks = <&sleep_clk>;
+ };
+
timer@f9020000 {
compatible = "arm,armv7-timer-mem";
reg = <0xf9020000 0x1000>;

---
base-commit: 2b3f57690f30a70ea87aab7169388956fd1932db
change-id: 20231011-msm8226-msm8974-watchdog-a88e45f4e2a4

Best regards,
--
Luca Weiss <[email protected]>



2024-02-16 23:15:19

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2] ARM: dts: qcom: msm8226: Add watchdog node


On Wed, 14 Feb 2024 22:46:28 +0100, Luca Weiss wrote:
> Add watchdog for MSM8226 platform.
>
>

Applied, thanks!

[1/1] ARM: dts: qcom: msm8226: Add watchdog node
commit: 9e9c906ede3b7dcf7bf7df61ac712613c7d6c2da

Best regards,
--
Bjorn Andersson <[email protected]>