commit | 9ba64fe3eb461b95bf11436a13db0d9c79465514 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Oct 17 10:07:09 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Oct 21 09:39:27 2013 +0800 |
tree | 4ab4a7ee8c41bc2116b31799fb35f04c09411a53 | |
parent | d48866fefdac239a4e02777e712aad60db9ee8a8 [diff] |
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>