diff options
author | Caleb Connolly <caleb.connolly@linaro.org> | 2024-04-18 19:39:57 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-29 10:55:07 -0600 |
commit | 1ef61c338dc29a624040b48d13514b356a71abd0 (patch) | |
tree | 011cc4ee56cb6c5d564ea057fe6ba77e098fa181 /include/dt-bindings/thermal | |
parent | 6416166eec41a867ead0dc2a4fbe1f96de98033f (diff) | |
download | u-boot-1ef61c338dc29a624040b48d13514b356a71abd0.zip u-boot-1ef61c338dc29a624040b48d13514b356a71abd0.tar.gz u-boot-1ef61c338dc29a624040b48d13514b356a71abd0.tar.bz2 |
dt-bindings: drop generic headers
Drop all the subsystem headers that are compatible with the headers in
dts/upstream.
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'include/dt-bindings/thermal')
-rw-r--r-- | include/dt-bindings/thermal/thermal.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/dt-bindings/thermal/thermal.h b/include/dt-bindings/thermal/thermal.h deleted file mode 100644 index 7871e5f..0000000 --- a/include/dt-bindings/thermal/thermal.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * 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 */ -#define THERMAL_NO_LIMIT (~0) - -#endif |