mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Copy thermal.h DT binding header file from core kernel which is needed for the thermal overlay. Bug 4035713 Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Change-Id: I596e182bb1bb94bc90a9a2812dafafe6f1c4fbf3 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2952085 Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
17 lines
369 B
C
17 lines
369 B
C
/* 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
|
|
|