Skip to content

Commit

Permalink
ARM: OMAP4: PM: fix regulator name for VDD_MPU
Browse files Browse the repository at this point in the history
commit 24d7b40 (ARM: OMAP2+: PM: MPU DVFS: use generic CPU device for
MPU-SS) updated the regulator name used for the MPU regulator, but only
updated OMAP3, not OMAP4.  Fix the OMAP4 name as well, otherwise CPUfreq
fails to find the MPU regulator.

Signed-off-by: Kevin Hilman <khilman@ti.com>
  • Loading branch information
Kevin Hilman committed Nov 6, 2012
1 parent 43993e4 commit 73c503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/twl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ static struct regulator_init_data omap4_clk32kg_idata = {
};

static struct regulator_consumer_supply omap4_vdd1_supply[] = {
REGULATOR_SUPPLY("vcc", "mpu.0"),
REGULATOR_SUPPLY("vcc", "cpu0"),
};

static struct regulator_consumer_supply omap4_vdd2_supply[] = {
Expand Down

0 comments on commit 73c503c

Please sign in to comment.