ARM: imx: enable suspend for imx6sl
commit9ba64fe3eb461b95bf11436a13db0d9c79465514
authorShawn Guo <shawn.guo@linaro.org>
Thu, 17 Oct 2013 02:07:09 +0000 (17 10:07 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 21 Oct 2013 01:39:27 +0000 (21 09:39 +0800)
tree4ab4a7ee8c41bc2116b31799fb35f04c09411a53
parentd48866fefdac239a4e02777e712aad60db9ee8a8
ARM: imx: enable suspend for imx6sl

The imx6sl low power mode implementation inherits imx6q/dl one,
and pm-imx6q.c can just work for imx6sl with some minor updates.
Let's enable imx6sl suspend support by reusing pm-imx6q.c and use
cpu_is_imxXX() to handle the those minor differences between imx6sl
and imx6q/dl.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/clk-imx6sl.c
arch/arm/mach-imx/mach-imx6sl.c
arch/arm/mach-imx/mxc.h
arch/arm/mach-imx/pm-imx6q.c