2019-06-04 16:11:31 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2013-07-04 03:35:39 +08:00
|
|
|
/*
|
|
|
|
* This header provides constants for most thermal bindings.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2013 Texas Instruments
|
|
|
|
* Eduardo Valentin <eduardo.valentin@ti.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
|
|
|
|
#define _DT_BINDINGS_THERMAL_THERMAL_H
|
|
|
|
|
|
|
|
/* On cooling devices upper and lower limits */
|
2014-12-09 20:22:01 +08:00
|
|
|
#define THERMAL_NO_LIMIT (~0)
|
2013-07-04 03:35:39 +08:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|