]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/imx_thermal.h
fdt_support: add missing #ifdef after merge
[karo-tx-uboot.git] / include / imx_thermal.h
index be1365288e5da5316932cd9e062515dc522f8831..8ce333cd56a0cff20a9a6fe07d85807416b7dcbc 100644 (file)
@@ -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;