From c962a0996335fae7f79e64677f47d4784b86f692 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Wed, 12 Feb 2014 17:57:03 +0800 Subject: [PATCH] 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-format-patch failed