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>
This commit is contained in:
@@ -226,7 +226,7 @@ static void __init omap3_init_voltages(void)
|
||||
if (!cpu_is_omap34xx())
|
||||
return;
|
||||
|
||||
omap2_set_init_voltage("mpu", "dpll1_ck", mpu_dev);
|
||||
omap2_set_init_voltage("mpu_iva", "dpll1_ck", mpu_dev);
|
||||
omap2_set_init_voltage("core", "l3_ick", l3_dev);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user