diff options
author | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 19:31:19 +0800 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 19:31:19 +0800 |
commit | cb15c81a0c1c1f7829b9809a209ecacc77f5aa63 (patch) | |
tree | 165f3a46c4d72ba5b1f517276f2026bec69a2d9b /drivers/thermal/mtk_thermal.c | |
parent | bb4d5e38decf3f3c6bf170d19603949abb4d4b99 (diff) | |
parent | e4cb5bb286af409d814e4d13c650a736769b854b (diff) |
Merge branch 'thermal-soc' into next
Diffstat (limited to 'drivers/thermal/mtk_thermal.c')
-rw-r--r-- | drivers/thermal/mtk_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/mtk_thermal.c b/drivers/thermal/mtk_thermal.c index 1aff7fde54b1..7737f14846f9 100644 --- a/drivers/thermal/mtk_thermal.c +++ b/drivers/thermal/mtk_thermal.c @@ -191,7 +191,7 @@ static const int mt8173_bank_data[MT8173_NUM_ZONES][3] = { }; static const int mt8173_msr[MT8173_NUM_SENSORS_PER_ZONE] = { - TEMP_MSR0, TEMP_MSR1, TEMP_MSR2, TEMP_MSR2 + TEMP_MSR0, TEMP_MSR1, TEMP_MSR2, TEMP_MSR3 }; static const int mt8173_adcpnp[MT8173_NUM_SENSORS_PER_ZONE] = { |