public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: allow building BCM7038_WDT for BCM4908
@ 2022-02-09 20:32 Rafał Miłecki
  2022-02-09 20:33 ` Florian Fainelli
  2022-02-09 23:08 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2022-02-09 20:32 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck
  Cc: Florian Fainelli, linux-watchdog, linux-arm-kernel,
	bcm-kernel-feedback-list, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

BCM4908 is a SoCs family that shares a lot of hardware with BCM63xx
including the watchdog block. Allow building this driver for it.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index c8fa79da23b3..ee9c57a5fafa 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1779,7 +1779,7 @@ config BCM7038_WDT
 	tristate "BCM63xx/BCM7038 Watchdog"
 	select WATCHDOG_CORE
 	depends on HAS_IOMEM
-	depends on ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST
+	depends on ARCH_BCM4908 || ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST
 	help
 	  Watchdog driver for the built-in hardware in Broadcom 7038 and
 	  later SoCs used in set-top boxes.  BCM7038 was made public
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] watchdog: allow building BCM7038_WDT for BCM4908
  2022-02-09 20:32 [PATCH] watchdog: allow building BCM7038_WDT for BCM4908 Rafał Miłecki
@ 2022-02-09 20:33 ` Florian Fainelli
  2022-02-09 23:08 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2022-02-09 20:33 UTC (permalink / raw)
  To: Rafał Miłecki, Wim Van Sebroeck, Guenter Roeck
  Cc: Florian Fainelli, linux-watchdog, linux-arm-kernel,
	bcm-kernel-feedback-list, Rafał Miłecki

On 2/9/22 12:32 PM, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> BCM4908 is a SoCs family that shares a lot of hardware with BCM63xx
> including the watchdog block. Allow building this driver for it.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] watchdog: allow building BCM7038_WDT for BCM4908
  2022-02-09 20:32 [PATCH] watchdog: allow building BCM7038_WDT for BCM4908 Rafał Miłecki
  2022-02-09 20:33 ` Florian Fainelli
@ 2022-02-09 23:08 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2022-02-09 23:08 UTC (permalink / raw)
  To: Rafał Miłecki, Wim Van Sebroeck
  Cc: Florian Fainelli, linux-watchdog, linux-arm-kernel,
	bcm-kernel-feedback-list, Rafał Miłecki

On 2/9/22 12:32, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> BCM4908 is a SoCs family that shares a lot of hardware with BCM63xx
> including the watchdog block. Allow building this driver for it.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>   drivers/watchdog/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index c8fa79da23b3..ee9c57a5fafa 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -1779,7 +1779,7 @@ config BCM7038_WDT
>   	tristate "BCM63xx/BCM7038 Watchdog"
>   	select WATCHDOG_CORE
>   	depends on HAS_IOMEM
> -	depends on ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST
> +	depends on ARCH_BCM4908 || ARCH_BRCMSTB || BMIPS_GENERIC || BCM63XX || COMPILE_TEST
>   	help
>   	  Watchdog driver for the built-in hardware in Broadcom 7038 and
>   	  later SoCs used in set-top boxes.  BCM7038 was made public


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-09 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-09 20:32 [PATCH] watchdog: allow building BCM7038_WDT for BCM4908 Rafał Miłecki
2022-02-09 20:33 ` Florian Fainelli
2022-02-09 23:08 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox