summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/thermal/lm90.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/thermal/lm90.h')
-rw-r--r--dts/include/dt-bindings/thermal/lm90.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/thermal/lm90.h b/dts/include/dt-bindings/thermal/lm90.h
new file mode 100644
index 0000000000..8c2e3095f7
--- /dev/null
+++ b/dts/include/dt-bindings/thermal/lm90.h
@@ -0,0 +1,12 @@
+/*
+ * This header provides constants for the LM90 thermal bindings.
+ */
+
+#ifndef _DT_BINDINGS_THERMAL_LM90_H_
+#define _DT_BINDINGS_THERMAL_LM90_H_
+
+#define LM90_LOCAL_TEMPERATURE 0
+#define LM90_REMOTE_TEMPERATURE 1
+#define LM90_REMOTE2_TEMPERATURE 2
+
+#endif