X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fimx_thermal.h;h=6f32cb50b3d784b50b5b03e1f6b56e2253da31a9;hb=dbd9d6cd9f5f80c40b84c1e56bf5337de34f89d6;hp=be1365288e5da5316932cd9e062515dc522f8831;hpb=85bafb6da4dddfffa78479aa49a72ae48578a4ce;p=oweals%2Fu-boot.git diff --git a/include/imx_thermal.h b/include/imx_thermal.h index be1365288e..6f32cb50b3 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;