commit | 848db4a0a17aaf97b8ba5b1f754d635ff622670a | [log] [tgz] |
---|---|---|
author | Anson Huang <b20788@freescale.com> | Tue Jan 07 12:46:04 2014 -0500 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 05 10:35:00 2014 +0800 |
tree | bad0ed53fb0fdf931269109f9895eb0dd651225e | |
parent | fa6be65ed4d65ca7e56a878d247ed963a3619c0e [diff] |
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>