082-v5.18-watchdog-allow-building-BCM7038_WDT-for-BCM4908.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. From cd91fb2776967b2b2dea27307a3f23ba3d9bbb32 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  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. BCM4908 is a SoCs family that shares a lot of hardware with BCM63xx
  9. including the watchdog block. Allow building this driver for it.
  10. Signed-off-by: Rafał Miłecki <[email protected]>
  11. Acked-by: Florian Fainelli <[email protected]>
  12. Reviewed-by: Guenter Roeck <[email protected]>
  13. Link: https://lore.kernel.org/r/[email protected]
  14. Signed-off-by: Guenter Roeck <[email protected]>
  15. Signed-off-by: Wim Van Sebroeck <[email protected]>
  16. ---
  17. drivers/watchdog/Kconfig | 2 +-
  18. 1 file changed, 1 insertion(+), 1 deletion(-)
  19. --- a/drivers/watchdog/Kconfig
  20. +++ b/drivers/watchdog/Kconfig
  21. @@ -1756,7 +1756,7 @@ config BCM7038_WDT
  22. tristate "BCM7038 Watchdog"
  23. select WATCHDOG_CORE
  24. depends on HAS_IOMEM
  25. - depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
  26. + depends on ARCH_BCM4908 || ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
  27. help
  28. Watchdog driver for the built-in hardware in Broadcom 7038 and
  29. later SoCs used in set-top boxes. BCM7038 was made public