Skip to content

Commit 88c1bb8

Browse files
MrVangregkh
authored andcommitted
arm64: dts: imx8mp: Correct thermal sensor index
[ Upstream commit a50342f ] The TMU has two temperature measurement sites located on the chip. The probe 0 is located inside of the ANAMIX, while the probe 1 is located near the ARM core. This has been confirmed by checking with HW design team and checking RTL code. So correct the {cpu,soc}-thermal sensor index. Fixes: 30cdd62 ("arm64: dts: imx8mp: Add thermal zones support") Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent d755823 commit 88c1bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
cpu-thermal {
284284
polling-delay-passive = <250>;
285285
polling-delay = <2000>;
286-
thermal-sensors = <&tmu 0>;
286+
thermal-sensors = <&tmu 1>;
287287
trips {
288288
cpu_alert0: trip0 {
289289
temperature = <85000>;
@@ -313,7 +313,7 @@
313313
soc-thermal {
314314
polling-delay-passive = <250>;
315315
polling-delay = <2000>;
316-
thermal-sensors = <&tmu 1>;
316+
thermal-sensors = <&tmu 0>;
317317
trips {
318318
soc_alert0: trip0 {
319319
temperature = <85000>;

0 commit comments

Comments
 (0)