• K
    OMAP3: PM: fix save secure RAM to restore MPU power state · 617fcc98
    Kevin Hilman 提交于
    Currently, on HS/EMU devices, MPU power state forced to on during PM
    init by the save secure RAM code.  Rather than forcing the state of
    MPU powerdomain to on, simply read the current value and restore it
    after the ROM code has run.
    
    This only affects the !CPUidle case since when CPUidle is enabled, the
    MPU power state is dynamically changed by CPUidle.  In the !CPUidle
    case, MPU power state is initialized once at init and never touched.
    Acked-by: NTero Kristo <tero.kristo@nokia.com>
    Signed-off-by: NKevin Hilman <khilman@ti.com>
    617fcc98
pm34xx.c 30.4 KB