diff options
author | Kevin Hilman <khilman@ti.com> | 2011-03-23 11:18:08 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2011-09-15 11:39:09 -0700 |
commit | 280a72750535aaf69833bda13ab8912aa5eb71e3 (patch) | |
tree | d7e56bb2fcc3a8e10d598f0bf0cff6d77c977a2f /arch/arm/mach-omap2/omap_twl.c | |
parent | 81a604823797ddb3aaf2a78cc1c6a1fa8f4d200c (diff) | |
download | talos-obmc-linux-280a72750535aaf69833bda13ab8912aa5eb71e3.tar.gz talos-obmc-linux-280a72750535aaf69833bda13ab8912aa5eb71e3.zip |
OMAP3: voltage: rename "mpu" voltagedomain to "mpu_iva"
This voltage domain (a.k.a. VDD1) contains both the MPU and the IVA, so
rename appropriately.
Also fixup any users of the "mpu" name to use "mpu_iva"
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_twl.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_twl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_twl.c b/arch/arm/mach-omap2/omap_twl.c index fcd2f62fbdc3..760487bcfca6 100644 --- a/arch/arm/mach-omap2/omap_twl.c +++ b/arch/arm/mach-omap2/omap_twl.c @@ -288,7 +288,7 @@ int __init omap3_twl_init(void) if (!twl_sr_enable_autoinit) omap3_twl_set_sr_bit(true); - voltdm = voltdm_lookup("mpu"); + voltdm = voltdm_lookup("mpu_iva"); omap_voltage_register_pmic(voltdm, &omap3_mpu_volt_info); voltdm = voltdm_lookup("core"); |