1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * This header provides constants for most thermal bindings.
4*c66ec88fSEmmanuel Vadot  *
5*c66ec88fSEmmanuel Vadot  * Copyright (C) 2013 Texas Instruments
6*c66ec88fSEmmanuel Vadot  *	Eduardo Valentin <eduardo.valentin@ti.com>
7*c66ec88fSEmmanuel Vadot  */
8*c66ec88fSEmmanuel Vadot 
9*c66ec88fSEmmanuel Vadot #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
10*c66ec88fSEmmanuel Vadot #define _DT_BINDINGS_THERMAL_THERMAL_H
11*c66ec88fSEmmanuel Vadot 
12*c66ec88fSEmmanuel Vadot /* On cooling devices upper and lower limits */
13*c66ec88fSEmmanuel Vadot #define THERMAL_NO_LIMIT		(~0)
14*c66ec88fSEmmanuel Vadot 
15*c66ec88fSEmmanuel Vadot #endif
16*c66ec88fSEmmanuel Vadot 
17