drivers: thermal: qmi_sensor: Add new sdr thermistors

Add new sdr thermistors support. The support includes for
the qmi sensors sdr0_pa, sdr1_pa.

Change-Id: If6019170095d55e41c617be14865f5079390430b
Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
This commit is contained in:
Priyansh Jain 2022-06-22 17:47:59 +05:30 committed by Rashid Zafar
parent 6034c5188b
commit 7d40460e37

View File

@ -82,6 +82,8 @@ enum qmi_ts_sensor {
QMI_TS_EPM5,
QMI_TS_EPM6,
QMI_TS_EPM7,
QMI_TS_SDR0_PA,
QMI_TS_SDR1_PA,
QMI_TS_MAX_NR
};
@ -158,6 +160,8 @@ static char sensor_clients[QMI_TS_MAX_NR][QMI_CLIENT_NAME_LENGTH] = {
{"epm5"},
{"epm6"},
{"epm7"},
{"sdr0_pa"},
{"sdr1_pa"},
};
#endif /* __QMI_SENSORS_H__ */