mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
6034c5188b
commit
7d40460e37
|
|
@ -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__ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user