]> code.ossystems Code Review - bsp/u-boot.git/commit
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)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 20 May 2015 14:01:55 +0000 (11:01 -0300)
commit959d59a5dfe2b0e557c57b03c8203ce8989f034e
tree674ddea038f3dfd3cbaddbd90a6dde58f7a97a2a
parent133492b7f2cc5699501df2e36a9ef9f7bb501ba5
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