Skip to content

Commit 8c7c768

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 8fbab59 commit 8c7c768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
cpu-thermal {
143143
polling-delay-passive = <250>;
144144
polling-delay = <2000>;
145-
thermal-sensors = <&tmu 0>;
145+
thermal-sensors = <&tmu 1>;
146146
trips {
147147
cpu_alert0: trip0 {
148148
temperature = <85000>;
@@ -172,7 +172,7 @@
172172
soc-thermal {
173173
polling-delay-passive = <250>;
174174
polling-delay = <2000>;
175-
thermal-sensors = <&tmu 1>;
175+
thermal-sensors = <&tmu 0>;
176176
trips {
177177
soc_alert0: trip0 {
178178
temperature = <85000>;

0 commit comments

Comments
 (0)