blob: 7871e5f52b1cf47f836d0b1557843dda975e9650 [file] [log] [blame]
Ivan Uvarov9e180242021-04-19 12:30:57 +03001/* SPDX-License-Identifier: GPL-2.0-only */
Hans de Goede53ab4af2015-04-15 19:03:49 +02002/*
3 * This header provides constants for most thermal bindings.
4 *
5 * Copyright (C) 2013 Texas Instruments
6 * Eduardo Valentin <eduardo.valentin@ti.com>
Hans de Goede53ab4af2015-04-15 19:03:49 +02007 */
8
9#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
10#define _DT_BINDINGS_THERMAL_THERMAL_H
11
12/* On cooling devices upper and lower limits */
13#define THERMAL_NO_LIMIT (~0)
14
15#endif