From: Conor Dooley Date: Mon, 6 Jun 2022 20:13:44 +0000 (+0100) Subject: riscv: dts: sifive: "fix" pmic watchdog node name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b49816611eaceb66a00c8b18e6d7bcee63eba86b;p=linux.git riscv: dts: sifive: "fix" pmic watchdog node name After converting the pmic watchdog binding to yaml, dtbs_check complains that the node name doesn't match the binding. "Fix" it. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Conor Dooley Reviewed-by: Heiko Stuebner Link: https://lore.kernel.org/r/20220606201343.514391-5-mail@conchuod.ie Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts index c4ed9efdff032..1f386b07a832d 100644 --- a/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts +++ b/arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts @@ -90,7 +90,7 @@ compatible = "dlg,da9063-rtc"; }; - wdt { + watchdog { compatible = "dlg,da9063-watchdog"; };