]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: imx: update the cpu power up timing setting on i.mx6sx
authorAnson Huang <anson.huang@nxp.com>
Tue, 4 Dec 2018 03:17:45 +0000 (03:17 +0000)
committerShawn Guo <shawnguo@kernel.org>
Thu, 6 Dec 2018 01:55:13 +0000 (09:55 +0800)
commit1e434b703248580b7aaaf8a115d93e682f57d29f
tree3544d7b022ce33d0d63b114cb8aa2715ddfffbd8
parentc3b9ab5db11d8098ca7674175f12ab21cdce1bbb
ARM: imx: update the cpu power up timing setting on i.mx6sx

The sw2iso count should cover ARM LDO ramp-up time,
the MAX ARM LDO ramp-up time may be up to more than
100us on some boards, this patch sets sw2iso to 0xf
(~384us) which is the reset value, and it is much
more safe to cover different boards, since we have
observed that some customer boards failed with current
setting of 0x2.

Fixes: 05136f0897b5 ("ARM: imx: support arm power off in cpuidle for i.mx6sx")
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/cpuidle-imx6sx.c