mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/tegra-public-dts.git
synced 2025-12-22 09:11:55 +03:00
overlay: header: Copy thermal.h DT binding header
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 (cherry picked from commit 2f4bb5bc45f6f41dbebf399c20fbc87f1bbcce4f) Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2933110 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/tegra-public-dts/+/3168933 Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
31b2d3e128
commit
88812ddfa7
16
include/kernel/dt-bindings/thermal/thermal.h
Normal file
16
include/kernel/dt-bindings/thermal/thermal.h
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
/* 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user