From 10ad2462cbc9855057ffa4565ddf4d4b3846baed Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Tue, 6 Mar 2018 16:33:09 +0800 Subject: [PATCH] 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 Reviewed-by: Bai Ping --- drivers/thermal/imx_sc_thermal.c | 3 +-- 1 file changed, 1 insertion(+), 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[] = { -- 2.17.1