forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
The thermal controller implementation on Tegra194 is very similar to the implementation on Tegra186. Add a compatible string for the new generation. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
- Loading branch information
1 parent
925b383
commit 199bc54
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* This header provides constants for binding nvidia,tegra194-bpmp-thermal. | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H | ||
#define _DT_BINDINGS_THERMAL_TEGRA194_BPMP_THERMAL_H | ||
|
||
#define TEGRA194_BPMP_THERMAL_ZONE_CPU 2 | ||
#define TEGRA194_BPMP_THERMAL_ZONE_GPU 3 | ||
#define TEGRA194_BPMP_THERMAL_ZONE_AUX 4 | ||
#define TEGRA194_BPMP_THERMAL_ZONE_PLLX 5 | ||
#define TEGRA194_BPMP_THERMAL_ZONE_AO 6 | ||
#define TEGRA194_BPMP_THERMAL_ZONE_TJ_MAX 7 | ||
|
||
#endif |