xref: /openbmc/linux/scripts/dtc/include-prefixes/dt-bindings/thermal/thermal.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*0c94efabSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
24e5e4705SEduardo Valentin /*
34e5e4705SEduardo Valentin  * This header provides constants for most thermal bindings.
44e5e4705SEduardo Valentin  *
54e5e4705SEduardo Valentin  * Copyright (C) 2013 Texas Instruments
64e5e4705SEduardo Valentin  *	Eduardo Valentin <eduardo.valentin@ti.com>
74e5e4705SEduardo Valentin  */
84e5e4705SEduardo Valentin 
94e5e4705SEduardo Valentin #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
104e5e4705SEduardo Valentin #define _DT_BINDINGS_THERMAL_THERMAL_H
114e5e4705SEduardo Valentin 
124e5e4705SEduardo Valentin /* On cooling devices upper and lower limits */
13a940cb34SPunit Agrawal #define THERMAL_NO_LIMIT		(~0)
144e5e4705SEduardo Valentin 
154e5e4705SEduardo Valentin #endif
164e5e4705SEduardo Valentin 
17