You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.6 KiB
55 lines
1.6 KiB
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_QCOM_QMI_THERMAL_H
|
|
#define _DT_BINDINGS_QCOM_QMI_THERMAL_H
|
|
|
|
#define QMI_PA 0
|
|
#define QMI_PA_1 1
|
|
#define QMI_PA_2 2
|
|
#define QMI_QFE_PA_0 3
|
|
#define QMI_QFE_WTR_0 4
|
|
#define QMI_MODEM_TSENS 5
|
|
#define QMI_QFE_MMW_0 6
|
|
#define QMI_QFE_MMW_1 7
|
|
#define QMI_QFE_MMW_2 8
|
|
#define QMI_QFE_MMW_3 9
|
|
#define QMI_XO_THERM 10
|
|
#define QMI_QFE_PA_MDM 11
|
|
#define QMI_QFE_PA_WTR 12
|
|
#define QMI_QFE_MMW_STREAMER_0 13
|
|
#define QMI_QFE_MMW_0_MOD 14
|
|
#define QMI_QFE_MMW_1_MOD 15
|
|
#define QMI_QFE_MMW_2_MOD 16
|
|
#define QMI_QFE_MMW_3_MOD 17
|
|
#define QMI_QFE_RET_PA_0 18
|
|
#define QMI_QFE_WTR_PA_0 19
|
|
#define QMI_QFE_WTR_PA_1 20
|
|
#define QMI_QFE_WTR_PA_2 21
|
|
#define QMI_QFE_WTR_PA_3 22
|
|
#define QMI_SYS_THERM_1 23
|
|
#define QMI_SYS_THERM_2 24
|
|
#define QMI_MODEM_TSENS_1 25
|
|
#define QMI_QFE_RET_PA_0_FR1 26
|
|
#define QMI_QFE_WTR_PA_0_FR1 27
|
|
#define QMI_QFE_WTR_PA_1_FR1 28
|
|
#define QMI_QFE_WTR_PA_2_FR1 29
|
|
#define QMI_QFE_WTR_PA_3_FR1 30
|
|
|
|
|
|
#define QMI_MODEM_INST_ID 0x0
|
|
#define QMI_ADSP_INST_ID 0x1
|
|
#define QMI_CDSP_INST_ID 0x43
|
|
#define QMI_SLPI_INST_ID 0x53
|
|
#define QMI_MODEM_NR_INST_ID 0x64
|
|
|
|
#endif
|
|
|