]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00281036: [MX6SL]Align LPDDR2 freq change code to 8-byte boundary
authorRanjani Vaidyanathan <ra5478@freescale.com>
Tue, 24 Sep 2013 21:06:34 +0000 (16:06 -0500)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:55:47 +0000 (09:55 +0800)
commit888bfe103de6a2a129618bf7e9735c1ea7e8c8c1
tree0f6cbc498d84bf109d508e0ffd32b2a48a21fc72
parent46f3375b4d36c9e8be5855c0167bea45815b822a
ENGR00281036: [MX6SL]Align LPDDR2 freq change code to 8-byte boundary

This patch fixes 4 issues:
1. Add the .align 8 directive to the LPDDR2 freq change code,
else the fncpy() function fails and the kernel does not boot.
2. Loads the correct L2_BASE_ADDR into register in lpddr2 freq change code
3. Fix the warning in clk_imx6sl.c
4. Change dev_WARN to dev_info in busfreq-imx6.c.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
arch/arm/mach-imx/busfreq-imx6.c
arch/arm/mach-imx/clk-imx6sl.c
arch/arm/mach-imx/lpddr2_freq_imx6.S