diff options
-rw-r--r-- | arch/arm/mach-omap2/voltagedomains54xx_data.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/voltagedomains54xx_data.c b/arch/arm/mach-omap2/voltagedomains54xx_data.c index 72b8971b54c7..33d22b87252d 100644 --- a/arch/arm/mach-omap2/voltagedomains54xx_data.c +++ b/arch/arm/mach-omap2/voltagedomains54xx_data.c | |||
@@ -85,16 +85,6 @@ void __init omap54xx_voltagedomains_init(void) | |||
85 | struct voltagedomain *voltdm; | 85 | struct voltagedomain *voltdm; |
86 | int i; | 86 | int i; |
87 | 87 | ||
88 | /* | ||
89 | * XXX Will depend on the process, validation, and binning | ||
90 | * for the currently-running IC. Use OMAP4 data for time being. | ||
91 | */ | ||
92 | #ifdef CONFIG_PM_OPP | ||
93 | omap5_voltdm_mpu.volt_data = omap446x_vdd_mpu_volt_data; | ||
94 | omap5_voltdm_mm.volt_data = omap446x_vdd_iva_volt_data; | ||
95 | omap5_voltdm_core.volt_data = omap446x_vdd_core_volt_data; | ||
96 | #endif | ||
97 | |||
98 | for (i = 0; voltdm = voltagedomains_omap5[i], voltdm; i++) | 88 | for (i = 0; voltdm = voltagedomains_omap5[i], voltdm; i++) |
99 | voltdm->sys_clk.name = sys_clk_name; | 89 | voltdm->sys_clk.name = sys_clk_name; |
100 | 90 | ||