]> Pileus Git - ~andy/linux/commitdiff
Merge tag 'omap-pm-v3.11/fixes/omap5-voltdm' of git://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Wed, 26 Jun 2013 14:52:01 +0000 (16:52 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 26 Jun 2013 14:52:01 +0000 (16:52 +0200)
From Kevin Hilman:

OMAP5: PM: fix boot by removing unneeded dummy voltage domain data

* tag 'omap-pm-v3.11/fixes/omap5-voltdm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm:
  ARM: OMAP5: voltagedomain data: remove temporary OMAP4 voltage data

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap2/voltagedomains54xx_data.c

index 72b8971b54c744bd68e35846eb0530a7e319f113..33d22b87252d6e9e2135d232692ca96decc49f57 100644 (file)
@@ -85,16 +85,6 @@ void __init omap54xx_voltagedomains_init(void)
        struct voltagedomain *voltdm;
        int i;
 
-       /*
-        * XXX Will depend on the process, validation, and binning
-        * for the currently-running IC. Use OMAP4 data for time being.
-        */
-#ifdef CONFIG_PM_OPP
-       omap5_voltdm_mpu.volt_data = omap446x_vdd_mpu_volt_data;
-       omap5_voltdm_mm.volt_data = omap446x_vdd_iva_volt_data;
-       omap5_voltdm_core.volt_data = omap446x_vdd_core_volt_data;
-#endif
-
        for (i = 0; voltdm = voltagedomains_omap5[i], voltdm; i++)
                voltdm->sys_clk.name = sys_clk_name;