]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/imx_thermal.h
bootstage: Record the time taken to set up driver model
[people/ms/u-boot.git] / include / imx_thermal.h
CommitLineData
e3568d2e
YL
1/*
2 *
3 * (C) Copyright 2014 Freescale Semiconductor, Inc
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef _IMX_THERMAL_H_
9#define _IMX_THERMAL_H_
10
f0e8e894
TH
11/* CPU Temperature Grades */
12#define TEMP_COMMERCIAL 0
13#define TEMP_EXTCOMMERCIAL 1
14#define TEMP_INDUSTRIAL 2
15#define TEMP_AUTOMOTIVE 3
16
e3568d2e
YL
17struct imx_thermal_plat {
18 void *regs;
19 int fuse_bank;
20 int fuse_word;
21};
22
23#endif /* _IMX_THERMAL_H_ */