The only missing thing for suspend support on SmartQ boards, is a call to s3c_pm_init, so add that. This was tested on a S3C6410 SmartQ 7. Signed-off-by: Maurus Cuelenaere <mcuelenaere@xxxxxxxxx> --- arch/arm/mach-s3c64xx/mach-smartq.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index 3a9639b..0f59a5c 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c @@ -32,6 +32,7 @@ #include <plat/iic.h> #include <plat/gpio-cfg.h> #include <plat/hwmon.h> +#include <plat/pm.h> #include <plat/regs-serial.h> #include <plat/udc-hs.h> #include <plat/usb-control.h> @@ -380,6 +381,9 @@ void __init smartq_map_io(void) void __init smartq_machine_init(void) { + /* enable suspend support */ + s3c_pm_init(); + s3c_i2c0_set_platdata(NULL); s3c_hwmon_set_platdata(&smartq_hwmon_pdata); s3c_sdhci1_set_platdata(&smartq_internal_hsmmc_pdata); -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html