]> git.karo-electronics.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)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:16:11 +0000 (21:16 -0600)
commit3176bd2f18403d010855afce504e86bf351637d9
tree3e759be77108182a12d0d4424390405e3b1f6c5e
parentd0b6c7c801223390c71bbda635be2e991528d3f4
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>
[shawn.guo: cherry-pick commit 848db4a0a17a from upstream]
arch/arm/mach-imx/clk-imx6sl.c