From: Anson Huang Date: Wed, 12 Feb 2014 09:57:03 +0000 (+0800) Subject: ARM: imx: add speed grading check for i.mx6 soc X-Git-Tag: v3.15-rc1~79^2~19^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c962a0996335fae7f79e64677f47d4784b86f692;p=pandora-kernel.git ARM: imx: add speed grading check for i.mx6 soc The fuse map of speed_grading[1:0] defines the max speed of ARM, see below the definition: 2b'11: 1200000000Hz; 2b'10: 996000000Hz; 2b'01: 852000000Hz; -- i.MX6Q Only, exclusive with 996MHz. 2b'00: 792000000Hz; Need to remove all illegal setpoints according to fuse map. Signed-off-by: Anson Huang Signed-off-by: Shawn Guo --- Reading git-diff-tree failed