1
0
Fork 0

thermal/drivers/hisi: Add more sensors channel

Add the sensor channels id for the little, g3d and modem.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
hifive-unleashed-5.1
Daniel Lezcano 2018-09-25 11:03:10 +02:00 committed by Eduardo Valentin
parent a18e83e772
commit ce8c0700dc
1 changed files with 5 additions and 0 deletions

View File

@ -56,7 +56,12 @@
#define HI3660_TEMP_LAG (4000)
#define HI6220_CLUSTER0_SENSOR 2
#define HI6220_CLUSTER1_SENSOR 1
#define HI3660_LITTLE_SENSOR 0
#define HI3660_BIG_SENSOR 1
#define HI3660_G3D_SENSOR 2
#define HI3660_MODEM_SENSOR 3
struct hisi_thermal_data;