Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

watchdog: bcm7038_wdt: Support BCM6345 compatible string

A new "compatible" value has been added in the commit 17fffe91ba36
("dt-bindings: watchdog: Add BCM6345 compatible to BCM7038 binding").
It's meant to be used for BCM63xx SoCs family but hardware block can be
programmed just like the 7038 one.

Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220216063408.23168-1-zajec5@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Rafał Miłecki and committed by
Wim Van Sebroeck
2dd441f1 100ad27e

+1
+1
drivers/watchdog/bcm7038_wdt.c
··· 218 218 bcm7038_wdt_resume); 219 219 220 220 static const struct of_device_id bcm7038_wdt_match[] = { 221 + { .compatible = "brcm,bcm6345-wdt" }, 221 222 { .compatible = "brcm,bcm7038-wdt" }, 222 223 {}, 223 224 };