Skip to content

Commit fc82792

Browse files
grygoriyStmlind
authored andcommitted
ARM: OMAP2+: enable REGULATOR_FIXED_VOLTAGE
Enable REGULATOR_FIXED_VOLTAGE for all OMAP2+ platforms otherwise system can't boot from SD-card when kernel is built for single SoC (for example, with CONFIG_SOC_DRA7XX=y only). It's also required for almost all TI SoC's platforms. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent f1b2e7c commit fc82792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-omap2/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ config ARCH_OMAP2PLUS_TYPICAL
121121
select NEON if CPU_V7
122122
select PM
123123
select REGULATOR
124+
select REGULATOR_FIXED_VOLTAGE
124125
select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
125126
select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
126127
select VFP
@@ -201,7 +202,6 @@ config MACH_OMAP3_PANDORA
201202
depends on ARCH_OMAP3
202203
default y
203204
select OMAP_PACKAGE_CBB
204-
select REGULATOR_FIXED_VOLTAGE if REGULATOR
205205

206206
config MACH_NOKIA_N810
207207
bool

0 commit comments

Comments
 (0)