X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fimx_thermal.h;h=6f32cb50b3d784b50b5b03e1f6b56e2253da31a9;hb=cd9b71c3f629c97a0e516d2ad2d2e4baae74d440;hp=be1365288e5da5316932cd9e062515dc522f8831;hpb=fce0a90a68de507dc827c1ff40d9e446047fa043;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/imx_thermal.h b/include/imx_thermal.h index be13652..6f32cb5 100644 --- a/include/imx_thermal.h +++ b/include/imx_thermal.h @@ -1,13 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * * (C) Copyright 2014 Freescale Semiconductor, Inc - * - * SPDX-License-Identifier: GPL-2.0+ */ #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;