[PATCH 5/8] configs: stemmy: Enable SD card regulators
Linus Walleij <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260817-ux500-external-sdcard-v1-5-ce1a2d3aa91d__13932.7683764108$1786973669$gmane$org@kernel.org> |
Have ARCH_U8500 imply the fixed regulator driver needed by level shifters on the supported boards. The architecture already enables the regulator core and Nomadik GPIO driver. Signed-off-by: Linus Walleij <[email protected]> --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 62aa9e8cc565..2a01ac9b7675 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1276,6 +1276,7 @@ config ARCH_U8500 imply CLK imply DM_PMIC imply DM_REGULATOR + imply DM_REGULATOR_FIXED imply DM_RTC imply NOMADIK_GPIO imply NOMADIK_MTU_TIMER -- 2.55.0