summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2018-07-24 22:10:12 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2018-07-24 22:10:12 +0200
commit1bc8346f37818352f349606bb72091fd6a08db69 (patch)
tree38a85b516522fbd5f6d5e020b176285912f8b7c6
parent32e6baa8f639505bceb774e9e1ebccce55ef5864 (diff)
thermal/drivers/hisi: Add more sensors channel
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--drivers/thermal/hisi_thermal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/thermal/hisi_thermal.c b/drivers/thermal/hisi_thermal.c
index ad4c2e54b15c..59aeb104cff6 100644
--- a/drivers/thermal/hisi_thermal.c
+++ b/drivers/thermal/hisi_thermal.c
@@ -56,6 +56,9 @@
#define HI3660_TEMP_LAG (4000)
#define HI6220_CLUSTER0_SENSOR 2
+#define HI6220_CLUSTER1_SENSOR 1
+
+#define HI3660_LITTLE_SENSOR 2
#define HI3660_BIG_SENSOR 1
struct hisi_thermal_data;