]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: imx: AHB rate must be set to 132MHz on i.mx6sl
authorAnson Huang <b20788@freescale.com>
Tue, 7 Jan 2014 17:46:04 +0000 (12:46 -0500)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:35:00 +0000 (10:35 +0800)
commit848db4a0a17aaf97b8ba5b1f754d635ff622670a
treebad0ed53fb0fdf931269109f9895eb0dd651225e
parentfa6be65ed4d65ca7e56a878d247ed963a3619c0e
ARM: imx: AHB rate must be set to 132MHz on i.mx6sl

The reset value of AHB divider is 3, so current AHB rate
is 99MHz which is not correct for kernel, need to ensure
AHB rate is 132MHz in clk driver, as ipg is sourcing from
AHB, and it should be 66MHz by default.

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6sl.c