imx: mx6: add get_cpu_temp_grade to obtain cpu temperature grade from OTP
authorTim Harvey <tharvey@gateworks.com>
Mon, 18 May 2015 13:56:45 +0000 (06:56 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 19 May 2015 13:31:40 +0000 (15:31 +0200)
commitf0e8e8944dc9bdddd0e3e3b7dbd8ac76008b32a4
treef0020c7b60a74fec0ab840c27a0373a7214f3414
parentb83ddac80553ae001b4daa412e386e00d45d0bbb
imx: mx6: add get_cpu_temp_grade to obtain cpu temperature grade from OTP

The MX6 has a temperature grade defined by OCOTP_MEM0[7:6] which is at 0x480
in the Fusemap Description Table in the reference manual. Return this value
as well as min/max temperature based on the value.

Note that the IMX6SDLRM and the IMX6SXRM do not indicate this in the
their Fusemap Description Table however Freescale has confirmed that these
eFUSE bits match the description within the IMX6DQRM and that they will
be added to the next revision of the respective reference manuals.

This has been tested with IMX6 Automative and Industrial parts.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
arch/arm/cpu/armv7/mx6/soc.c
arch/arm/include/asm/arch-mx6/sys_proto.h
include/imx_thermal.h