Re: [PATCH] arm64: dts: qcom: ipq5210: add watchdog node

From: Konrad Dybcio

Date: Fri May 15 2026 - 07:18:58 EST


On 5/15/26 12:53 PM, Kathiravan Thirumoorthy wrote:
>
> 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.
>>>
>>> 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>;
>> Are you sure about the interrupt no?
>
> Yes. If you are referring to HW doc, it is incorrect. We are working with the HW folks to update it.

OK thanks

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad