]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00254267 MX6DL/MX6SL max freq: Fix max cpu freq at 1G on MX6DL ARD
authorRobin Gong <b38343@freescale.com>
Thu, 14 Mar 2013 09:19:44 +0000 (17:19 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:58 +0000 (08:35 +0200)
commit8ce4504bf2a8f79af776fc6c10b26fc3682eb660
tree7fc7dc16b6cb0498935eddf52b0d4bba8c8d0be0
parent12029c2695c8d8cab64c376b3d1e2df494c4e714
ENGR00254267 MX6DL/MX6SL max freq: Fix max cpu freq at 1G on MX6DL ARD

For MX6DL,align max cpufreq judge by SPEED_GRADING fuse bit with MX6DQ.
For MX6SL without the fuse bit, we need add condition check, if found
arm_max_freq set by default , change to1G. Else decided by 'arm_freq'
setting by cmdline.

Signed-off-by: Robin Gong <b38343@freescale.com>
arch/arm/mach-mx6/cpu_op-mx6.c