summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/common.h
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2015-07-03 14:55:51 +0300
committerGregory CLEMENT <gregory.clement@free-electrons.com>2015-07-25 18:17:05 +0300
commit3cbd6a6ca81c9e8438b592099495a7c2b72de9e3 (patch)
tree90ea439ced4bb70a3ebbde0de9faa077f8a15f65 /arch/arm/mach-mvebu/common.h
parentbb253e743affa9d0053add8d3a1089df82f1c854 (diff)
downloadlinux-3cbd6a6ca81c9e8438b592099495a7c2b72de9e3.tar.xz
ARM: mvebu: Add standby support
Until now only one Armada XP and one Armada 388 based board supported suspend to ram. However, most of the recent mvebu SoCs can support the standby mode. Unlike for the suspend to ram, nothing special has to be done for these SoCs. This patch allows the system to use the standby mode on Armada 370, 38x, 39x and XP SoCs. There are issues with the Armada 375, and the support might be added (if possible) in a future patch. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-mvebu/common.h')
-rw-r--r--arch/arm/mach-mvebu/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/common.h b/arch/arm/mach-mvebu/common.h
index 3e0aca1f288a..6b775492cfad 100644
--- a/arch/arm/mach-mvebu/common.h
+++ b/arch/arm/mach-mvebu/common.h
@@ -25,6 +25,6 @@ int mvebu_system_controller_get_soc_id(u32 *dev, u32 *rev);
void __iomem *mvebu_get_scu_base(void);
-int mvebu_pm_init(void (*board_pm_enter)(void __iomem *sdram_reg, u32 srcmd));
-
+int mvebu_pm_suspend_init(void (*board_pm_enter)(void __iomem *sdram_reg,
+ u32 srcmd));
#endif