mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] reset: brcmstb: Enable reset drivers for ARCH_BCM2835
@ 2025-06-30 17:52 Peter Robinson
  2025-06-30 17:59 ` Florian Fainelli
  2025-07-01  8:42 ` Philipp Zabel
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Robinson @ 2025-06-30 17:52 UTC (permalink / raw)
  To: Philipp Zabel, Florian Fainelli, linux-kernel; +Cc: Peter Robinson

The BRCMSTB and BRCMSTB_RESCAL reset drivers are also
used in the BCM2712, AKA the RPi5. The RPi platforms
have typically used the ARCH_BCM2835, and the PCIe
support for this SoC can use this config which depends
on these drivers so enable building them when just that
arch option is enabled to ensure the platform works as
expected.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---

v2: Update the defaults to add ARCH_BCM2835

This allows 6.16 to boot on the rpi5 when just using ARCH_BCM2835,
which is what Fedora uses, otherwise the boot stops due to deps.

 drivers/reset/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index d85be5899da6a..ec8c953cb73d4 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -51,8 +51,8 @@ config RESET_BERLIN
 
 config RESET_BRCMSTB
 	tristate "Broadcom STB reset controller"
-	depends on ARCH_BRCMSTB || COMPILE_TEST
-	default ARCH_BRCMSTB
+	depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
+	default ARCH_BRCMSTB || ARCH_BCM2835
 	help
 	  This enables the reset controller driver for Broadcom STB SoCs using
 	  a SUN_TOP_CTRL_SW_INIT style controller.
@@ -60,11 +60,11 @@ config RESET_BRCMSTB
 config RESET_BRCMSTB_RESCAL
 	tristate "Broadcom STB RESCAL reset controller"
 	depends on HAS_IOMEM
-	depends on ARCH_BRCMSTB || COMPILE_TEST
-	default ARCH_BRCMSTB
+	depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
+	default ARCH_BRCMSTB || ARCH_BCM2835
 	help
 	  This enables the RESCAL reset controller for SATA, PCIe0, or PCIe1 on
-	  BCM7216.
+	  BCM7216 or the BCM2712.
 
 config RESET_EYEQ
 	bool "Mobileye EyeQ reset controller"
-- 
2.50.0


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

* Re: [PATCH v2] reset: brcmstb: Enable reset drivers for ARCH_BCM2835
  2025-06-30 17:52 [PATCH v2] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Peter Robinson
@ 2025-06-30 17:59 ` Florian Fainelli
  2025-07-01  8:42 ` Philipp Zabel
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2025-06-30 17:59 UTC (permalink / raw)
  To: Peter Robinson, Philipp Zabel, linux-kernel

On 6/30/25 10:52, Peter Robinson wrote:
> The BRCMSTB and BRCMSTB_RESCAL reset drivers are also
> used in the BCM2712, AKA the RPi5. The RPi platforms
> have typically used the ARCH_BCM2835, and the PCIe
> support for this SoC can use this config which depends
> on these drivers so enable building them when just that
> arch option is enabled to ensure the platform works as
> expected.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian


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

* Re: [PATCH v2] reset: brcmstb: Enable reset drivers for ARCH_BCM2835
  2025-06-30 17:52 [PATCH v2] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Peter Robinson
  2025-06-30 17:59 ` Florian Fainelli
@ 2025-07-01  8:42 ` Philipp Zabel
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2025-07-01  8:42 UTC (permalink / raw)
  To: Peter Robinson, Florian Fainelli, linux-kernel

On Mo, 2025-06-30 at 18:52 +0100, Peter Robinson wrote:
> The BRCMSTB and BRCMSTB_RESCAL reset drivers are also
> used in the BCM2712, AKA the RPi5. The RPi platforms
> have typically used the ARCH_BCM2835, and the PCIe
> support for this SoC can use this config which depends
> on these drivers so enable building them when just that
> arch option is enabled to ensure the platform works as
> expected.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> 
> v2: Update the defaults to add ARCH_BCM2835
> 
> This allows 6.16 to boot on the rpi5 when just using ARCH_BCM2835,
> which is what Fedora uses, otherwise the boot stops due to deps.

Applied to reset/next, thanks!

[1/1] reset: brcmstb: Enable reset drivers for ARCH_BCM2835
      https://git.pengutronix.de/cgit/pza/linux/commit/?id=1d99f92f71b6

regards
Philipp

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

end of thread, other threads:[~2025-07-01  8:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-30 17:52 [PATCH v2] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Peter Robinson
2025-06-30 17:59 ` Florian Fainelli
2025-07-01  8:42 ` Philipp Zabel

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

all inboxes | Powered by JetHome®