Re: [PATCH v4 1/1] arm64: dts: exynosautov920: add watchdog DT node

From: Krzysztof Kozlowski
Date: Fri Dec 06 2024 - 03:49:14 EST


On 06/12/2024 03:51, Taewan Kim wrote:
> From: Byoungtae Cho <bt.cho@xxxxxxxxxxx>
>
> Adds two watchdog devices for ExynosAutoV920 SoC.
>
> Signed-off-by: Byoungtae Cho <bt.cho@xxxxxxxxxxx>
> Signed-off-by: Taewan Kim <trunixs.kim@xxxxxxxxxxx>
> ---
> .../arm64/boot/dts/exynos/exynosautov920.dtsi | 20 +++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi
> index c759134c909e..7b9591255e91 100644
> --- a/arch/arm64/boot/dts/exynos/exynosautov920.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynosautov920.dtsi
> @@ -183,6 +183,26 @@ cmu_misc: clock-controller@10020000 {
> "noc";
> };
>
> + watchdog_cl0: watchdog@10060000 {

You need to do careful rebase, not just accept whatever tools shown you.

This is now placed in incorrect order - not keeping sorting by unit address.

Best regards,
Krzysztof