Re: [PATCH v2 5/8] configs: stemmy: Enable SD card regulators
Stephan Gerhold <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <aoM1qFGsUwv43DGK__19832.6009836578$1786983873$gmane$org@linaro.org> |
On Mon, Aug 17, 2026 at 11:31:54AM +0200, Linus Walleij wrote: > 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]> Nitpick: "arm: u8500: ..." or something like that might be a better $subject prefix for this. Anyway: Reviewed-by: Stephan Gerhold <[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 >