[PATCH v4 07/12] arm: u8500: Enable SD card regulators
Linus Walleij <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <20260819-ux500-external-sdcard-v4-7-f1c8c9ffac30__24831.1227465578$1787129680$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. Reviewed-by: Stephan Gerhold <[email protected]> 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