[PATCH u-boot-mvebu v3 10/18] arm: mvebu: system-controller: Select mvebu-reset if DM_RESET && PCI_MVEBU

Stefan Roese sr at denx.de
Thu Mar 28 11:00:02 CET 2024


On 3/27/24 17:23, Marek Behún wrote:
> The mvebu-reset driver is only needed by the mvebu PCIe driver, but
> currently it is automatically selected if DM_RESET is enabled. Add the
> condition of PCI_MVEBU also being enabled for mvebu-reset to be
> selected.
> 
> Signed-off-by: Marek Behún <kabel at kernel.org>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
>   arch/arm/mach-mvebu/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
> index 62a2bc5958..623432a60e 100644
> --- a/arch/arm/mach-mvebu/Kconfig
> +++ b/arch/arm/mach-mvebu/Kconfig
> @@ -18,7 +18,7 @@ config ARMADA_32BIT
>   	select TOOLS_KWBIMAGE if SPL
>   	select SPL_SYS_NO_VECTOR_TABLE if SPL
>   	select ARCH_VERY_EARLY_INIT
> -	select ARMADA_32BIT_SYSCON_RESET if DM_RESET
> +	select ARMADA_32BIT_SYSCON_RESET if DM_RESET && PCI_MVEBU
>   
>   # ARMv7 SoCs...
>   config ARMADA_375

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list