]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: OMAP2+: Remove legacy PM init
authorTony Lindgren <tony@atomide.com>
Mon, 17 Oct 2016 07:08:40 +0000 (00:08 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Nov 2016 16:01:33 +0000 (09:01 -0700)
commitcb6675d6a868215a778752318668ab98dfd7738c
treea93525a546bac07953de2704d5101c7e7ff9d1ee
parent65fa3e719f36faf511f2da9063a415060e565b5d
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>
arch/arm/mach-omap2/pm.c