]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM i.MX5: fix "shift" value for lp_apm_sel on i.MX50 and i.MX53
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 25 Nov 2013 17:03:57 +0000 (18:03 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 9 Dec 2013 05:18:43 +0000 (13:18 +0800)
commit12aa043662f3fa49ffd60986aec0c664c943f1cf
treed9fbc463abfc8b2fbd783a6f0be6d004850d74ec
parent0e877bf9668fcd4bcb3f102cd25b887ff272725f
ARM i.MX5: fix "shift" value for lp_apm_sel on i.MX50 and i.MX53

According to the i.MX50 Rev. 1 and i.MX53 Rev. 2.1 datasheet the lp_apm_sel is
bit 10 in the CCM_CCSR register not bit 9. On the i.MX51 it's bit 9.

This patch fixes this issue.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx51-imx53.c