ath25: switch default kernel to 5.15
[openwrt/staging/ldir.git] / target / linux / bcm4908 / patches-5.10 / 089-v5.18-watchdog-allow-building-BCM7038_WDT-for-BCM4908.patch
1 From cd91fb2776967b2b2dea27307a3f23ba3d9bbb32 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Wed, 9 Feb 2022 21:32:02 +0100
4 Subject: [PATCH] watchdog: allow building BCM7038_WDT for BCM4908
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 BCM4908 is a SoCs family that shares a lot of hardware with BCM63xx
10 including the watchdog block. Allow building this driver for it.
11
12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
13 Acked-by: Florian Fainelli <f.fainelli@gmail.com>
14 Reviewed-by: Guenter Roeck <linux@roeck-us.net>
15 Link: https://lore.kernel.org/r/20220209203202.26395-1-zajec5@gmail.com
16 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
17 Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
18 ---
19 drivers/watchdog/Kconfig | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 --- a/drivers/watchdog/Kconfig
23 +++ b/drivers/watchdog/Kconfig
24 @@ -1800,7 +1800,7 @@ config BCM7038_WDT
25 tristate "BCM7038 Watchdog"
26 select WATCHDOG_CORE
27 depends on HAS_IOMEM
28 - depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
29 + depends on ARCH_BCM4908 || ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
30 help
31 Watchdog driver for the built-in hardware in Broadcom 7038 and
32 later SoCs used in set-top boxes. BCM7038 was made public