Re: [PATCH 2/2] arm64: dts: qcom: ipq5424: Add watchdog node
From: Manikanta Mylavarapu
Date: Wed Nov 20 2024 - 04:53:04 EST
On 11/20/2024 1:10 PM, Krzysztof Kozlowski wrote:
> On 20/11/2024 06:52, Manikanta Mylavarapu wrote:
>> Add the watchdog node for IPQ5424 SoC.
>>
>> Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@xxxxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/qcom/ipq5424.dtsi | 7 +++++++
>> 1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
>> index 5e219f900412..4ca1ef1c4dc7 100644
>> --- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
>> @@ -233,6 +233,13 @@ intc: interrupt-controller@f200000 {
>> msi-controller;
>> };
>>
>> + watchdog: watchdog@f410000 {
> You do not use the label. Can be dropped.
>
Okay, sure. I will drop label.
Thanks & Regards,
Manikanta.