diff options
author | Anson Huang <b20788@freescale.com> | 2014-06-20 07:20:54 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 10:10:14 +0200 |
commit | ff843d621bfc9a9b36c370bb523d3551f2e195dd (patch) | |
tree | 6c8cc381228441f662d1a3e8974a6c890d956ba6 /arch/arm/mach-imx/mach-imx6sx.c | |
parent | ARM: i.MX: Remove Freescale i.MX27 IP Camera board support (diff) | |
download | linux-ff843d621bfc9a9b36c370bb523d3551f2e195dd.tar.xz linux-ff843d621bfc9a9b36c370bb523d3551f2e195dd.zip |
ARM: imx: add suspend support for i.mx6sx
Add suspend support for i.MX6SX.
To enter suspend, echo mem > /sys/power/state.
To exit suspend, using RTC alarm or enable debug UART wakeup.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6sx.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6sx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx6sx.c b/arch/arm/mach-imx/mach-imx6sx.c index 02fccf6033ac..b7a0bdeed31c 100644 --- a/arch/arm/mach-imx/mach-imx6sx.c +++ b/arch/arm/mach-imx/mach-imx6sx.c @@ -26,6 +26,7 @@ static void __init imx6sx_init_machine(void) of_platform_populate(NULL, of_default_bus_match_table, NULL, parent); imx_anatop_init(); + imx6sx_pm_init(); } static void __init imx6sx_init_irq(void) |