summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-03-06 16:33:09 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:30:51 +0800
commit05dfcbdc95dc9f7552f801e022ba9e8668603096 (patch)
tree6ecfb4d57f8767ebd9879b436866599d18aa2acd /drivers/thermal
parente1be2e2a2f16eb67eadd9d7f182939b3027c45d7 (diff)
MLK-17698-5 thermal: imx_sc: add PMIC thermal sensor for i.MX8QM
Remove unused thermal sensors and add PMIC thermal sensors for i.MX8QM. 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, 1 insertions, 2 deletions
diff --git a/drivers/thermal/imx_sc_thermal.c b/drivers/thermal/imx_sc_thermal.c
index 5c6353a873d0..9b0ea8dc4007 100644
--- a/drivers/thermal/imx_sc_thermal.c
+++ b/drivers/thermal/imx_sc_thermal.c
@@ -44,8 +44,7 @@ enum imx_thermal_trip {
static const sc_rsrc_t imx8qm_sensor_hw_id[] = {
SC_R_A53, SC_R_A72, SC_R_GPU_0_PID0, SC_R_GPU_1_PID0,
- SC_R_DRC_0, SC_R_DRC_1, SC_R_VPU_PID0, SC_R_PMIC_0,
- SC_R_PMIC_1, SC_R_PMIC_2,
+ SC_R_DRC_0, SC_R_PMIC_0, SC_R_PMIC_1, SC_R_PMIC_2,
};
static const sc_rsrc_t imx8qxp_sensor_hw_id[] = {