X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fimx_thermal.h;h=8ce333cd56a0cff20a9a6fe07d85807416b7dcbc;hb=0cba6abbba5c0bd5c80e652c35d0bd74e644a49e;hp=be1365288e5da5316932cd9e062515dc522f8831;hpb=fc9b0b80435cda721fbdbe507c9e4f388b0ea62b;p=u-boot 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;