summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-03-06 15:39:46 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:51 +0800
commite116793aeab384c2a2ed4efdd2d5f31b5e6762f5 (patch)
tree8468446c1caced101e26995cdd78b06f6e585d8f /drivers/thermal
parent52e4761119efbaf0be60c28a88279be61b61675d (diff)
MLK-17698-3 thermal: imx_sc: add PMIC thermal sensors for i.MX8QXP
Add PMIC thermal sensors for i.MX8QXP. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/imx_sc_thermal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/thermal/imx_sc_thermal.c b/drivers/thermal/imx_sc_thermal.c
index 2a3aad7de0d3..5c6353a873d0 100644
--- a/drivers/thermal/imx_sc_thermal.c
+++ b/drivers/thermal/imx_sc_thermal.c
@@ -49,7 +49,8 @@ static const sc_rsrc_t imx8qm_sensor_hw_id[] = {
};
static const sc_rsrc_t imx8qxp_sensor_hw_id[] = {
- SC_R_SYSTEM, SC_R_DRC_0,
+ SC_R_SYSTEM, SC_R_DRC_0, SC_R_PMIC_0,
+ SC_R_PMIC_1, SC_R_PMIC_2,
};
const int *sensor_hw_id;