commit | cb6675d6a868215a778752318668ab98dfd7738c | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Oct 17 00:08:40 2016 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Nov 10 09:01:33 2016 -0700 |
tree | a93525a546bac07953de2704d5101c7e7ff9d1ee | |
parent | 65fa3e719f36faf511f2da9063a415060e565b5d [diff] |
ARM: OMAP2+: Remove legacy PM init This is no longer needed when booted with device tree. And let's replace cpu_is with soc_is for the PM code to avoid confusion, they do the same thing. Note that omap_pmic_late_init() now just calls omap3_twl_init() and omap4_twl_init() to initialize the voltage layer so we can remove the remaining references to twl-common code and remove it in the following patch. Signed-off-by: Tony Lindgren <tony@atomide.com>