Re: [PATCH] arm64: dts: qcom: ipq5210: add watchdog node
From: Kathiravan Thirumoorthy
Date: Fri May 15 2026 - 07:17:31 EST
On 5/15/2026 4:20 PM, Konrad Dybcio wrote:
On 5/11/26 12:56 PM, Kathiravan Thirumoorthy wrote:
Add the watchdog device node for IPQ5210 SoC.Are you sure about the interrupt no?
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/ipq5210.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/ipq5210.dtsi b/arch/arm64/boot/dts/qcom/ipq5210.dtsi
index 3761eb03ab24..2cdc10529c48 100644
--- a/arch/arm64/boot/dts/qcom/ipq5210.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5210.dtsi
@@ -236,6 +236,13 @@ v2m2: v2m@2000 {
};
};
+ watchdog@b017000 {
+ compatible = "qcom,apss-wdt-ipq5210", "qcom,kpss-wdt";
+ reg = <0x0 0x0b017000 0x0 0x1000>;
+ interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
Yes. If you are referring to HW doc, it is incorrect. We are working with the HW folks to update it.
Konrad