X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fimx_thermal.h;h=6f32cb50b3d784b50b5b03e1f6b56e2253da31a9;hb=5fac11e6d5ab350429b8c8ddf47d3d3877ca89d1;hp=be1365288e5da5316932cd9e062515dc522f8831;hpb=878cd63e02f63f245182a101807186b44e20f116;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;