]> git.kernelconcepts.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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:13:49 +0000 (14:13 +0200)
commitb87031c1bc61e9fbcf0e78ffc5f5e0612f3e2841
treea650a5a4c35a2c7221054c6f6052cbc33c4f1d96
parent0698a7aca0e1ecb1516186050a6c2fe5818455ba
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