summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2012-01-11 10:08:47 +0100
committerAlex Gonzalez <alex.gonzalez@digi.com>2012-01-11 16:09:13 +0100
commitc4020f37cbe491fd241b47084e2688574949f14d (patch)
treeaea988280a4ffe40bfcdf8d9e4598153f9bf4fef /arch
parent5a1228166f47f0fcb80f3684b7902d1d83d85f40 (diff)
ccxmx53: PM, do not follow the same suspend process as other FSL platforms
The PMIC suspend functions do some very peculiar things that are not needed on the ccxmx53 platforms. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/pm.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-mx5/pm.c b/arch/arm/mach-mx5/pm.c
index 3d0af0390018..689dab9e6f57 100644
--- a/arch/arm/mach-mx5/pm.c
+++ b/arch/arm/mach-mx5/pm.c
@@ -133,8 +133,7 @@ static int mx5_suspend_enter(suspend_state_t state)
flush_cache_all();
if (cpu_is_mx51() || cpu_is_mx53()) {
- if (machine_is_mx53_smd() || machine_is_ccwmx53js() ||
- machine_is_ccmx53js() ||
+ if (machine_is_mx53_smd() ||
(machine_is_mx53_loco() && (!board_is_mx53_loco_mc34708()))) {
if (board_is_rev(BOARD_REV_4) ||
machine_is_mx53_loco()) {
@@ -154,8 +153,7 @@ static int mx5_suspend_enter(suspend_state_t state)
}
/* Run the suspend code from iRAM. */
suspend_in_iram(suspend_param1, NULL, NULL);
- if (machine_is_mx53_smd() || machine_is_ccwmx53js() ||
- machine_is_ccmx53js() ||
+ if (machine_is_mx53_smd() ||
(machine_is_mx53_loco() && (!board_is_mx53_loco_mc34708())))
if (da9053_get_chip_version())
da9053_restore_volt_settings();