From: Linus Walleij Date: Sat, 19 Oct 2024 20:39:31 +0000 (+0200) Subject: ARM: dts: bcm6846: Enable watchdog X-Git-Tag: v6.14-rc1~103^2~11^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5739733e92fca45ec544851484e70c86ecbdfc4;p=thirdparty%2Flinux.git ARM: dts: bcm6846: Enable watchdog The BCM6846 has a BCM7038-compatible watchdog timer, just add it to the device tree. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20241019-genexis-xg6846b-base-v3-2-8375a0e1f89f@linaro.org Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/broadcom/bcm6846.dtsi b/arch/arm/boot/dts/broadcom/bcm6846.dtsi index c2a8deef150a1..f4f1f3a06eac1 100644 --- a/arch/arm/boot/dts/broadcom/bcm6846.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm6846.dtsi @@ -99,6 +99,11 @@ #size-cells = <1>; ranges = <0 0xff800000 0x800000>; + watchdog@480 { + compatible = "brcm,bcm6345-wdt"; + reg = <0x480 0x10>; + }; + uart0: serial@640 { compatible = "brcm,bcm6345-uart"; reg = <0x640 0x1b>;