Merge "drivers: thermal: qmi_sensors: Add support for modem beamer sensors"

This commit is contained in:
qctecmdr 2023-08-04 16:49:09 -07:00 committed by Gerrit - the friendly Code Review server
commit 3b5918197f

View File

@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __QMI_SENSORS_H__
@ -90,6 +90,9 @@ enum qmi_ts_sensor {
QMI_SYS_THERM4,
QMI_SYS_THERM5,
QMI_SYS_THERM6,
QMI_BEAMER_N_THERM,
QMI_BEAMER_E_THERM,
QMI_BEAMER_W_THERM,
QMI_TS_MAX_NR
};
@ -174,6 +177,9 @@ static char sensor_clients[QMI_TS_MAX_NR][QMI_CLIENT_NAME_LENGTH] = {
{"sys_therm4"},
{"sys_therm5"},
{"sys_therm6"},
{"beamer_n_therm"},
{"beamer_e_therm"},
{"beamer_w_therm"},
};
#endif /* __QMI_SENSORS_H__ */