aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/include/dt-bindings/thermal
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/u-boot/include/dt-bindings/thermal
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/u-boot/include/dt-bindings/thermal')
-rw-r--r--roms/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h14
-rw-r--r--roms/u-boot/include/dt-bindings/thermal/thermal.h16
2 files changed, 30 insertions, 0 deletions
diff --git a/roms/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h b/roms/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h
new file mode 100644
index 000000000..729ab9fc3
--- /dev/null
+++ b/roms/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h
@@ -0,0 +1,14 @@
+/*
+ * This header provides constants for binding nvidia,tegra124-soctherm.
+ */
+
+#ifndef _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
+#define _DT_BINDINGS_THERMAL_TEGRA124_SOCTHERM_H
+
+#define TEGRA124_SOCTHERM_SENSOR_CPU 0
+#define TEGRA124_SOCTHERM_SENSOR_MEM 1
+#define TEGRA124_SOCTHERM_SENSOR_GPU 2
+#define TEGRA124_SOCTHERM_SENSOR_PLLX 3
+#define TEGRA124_SOCTHERM_SENSOR_NUM 4
+
+#endif
diff --git a/roms/u-boot/include/dt-bindings/thermal/thermal.h b/roms/u-boot/include/dt-bindings/thermal/thermal.h
new file mode 100644
index 000000000..bc7babb1a
--- /dev/null
+++ b/roms/u-boot/include/dt-bindings/thermal/thermal.h
@@ -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
+