Re: [PATCH] reset: brcmstb: Enable reset drivers for ARCH_BCM2835
From: Peter Robinson
Date: Mon Jun 30 2025 - 12:55:04 EST
On Mon, 30 Jun 2025 at 17:47, Florian Fainelli
<florian.fainelli@xxxxxxxxxxxx> wrote:
>
> On 6/30/25 09:45, 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@xxxxxxxxx>
>
> That makes sense, I would also update the default to expand to
> ARCH_BRCMSTB || ARCH_BCM2835
Will do, I erred there a little, but I agree.