summaryrefslogtreecommitdiffstats
path: root/include/imx_thermal.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-05-26 10:38:01 -0400
committerTom Rini <trini@konsulko.com>2015-05-26 10:38:01 -0400
commit9bea236b3402a262772b66d055ec6431cbd3ba87 (patch)
tree8347dda9cb6ec9ad0d1bb15040257e01f8f31fc0 /include/imx_thermal.h
parentd43e15421014c17b90c3e288e3eff18ad8aaf346 (diff)
parent1022b85cb0e143b4f3a8e6c7d9258d516920d464 (diff)
downloadblackbird-obmc-uboot-9bea236b3402a262772b66d055ec6431cbd3ba87.tar.gz
blackbird-obmc-uboot-9bea236b3402a262772b66d055ec6431cbd3ba87.zip
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'include/imx_thermal.h')
-rw-r--r--include/imx_thermal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/imx_thermal.h b/include/imx_thermal.h
index be1365288e..8ce333cd56 100644
--- a/include/imx_thermal.h
+++ b/include/imx_thermal.h
@@ -8,6 +8,12 @@
#ifndef _IMX_THERMAL_H_
#define _IMX_THERMAL_H_
+/* CPU Temperature Grades */
+#define TEMP_COMMERCIAL 0
+#define TEMP_EXTCOMMERCIAL 1
+#define TEMP_INDUSTRIAL 2
+#define TEMP_AUTOMOTIVE 3
+
struct imx_thermal_plat {
void *regs;
int fuse_bank;
OpenPOWER on IntegriCloud