Skip to content

Commit db28f97

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 bb3eeb3 commit db28f97

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
@@ -161,7 +161,7 @@
161161
cpu-thermal {
162162
polling-delay-passive = <250>;
163163
polling-delay = <2000>;
164-
thermal-sensors = <&tmu 0>;
164+
thermal-sensors = <&tmu 1>;
165165
trips {
166166
cpu_alert0: trip0 {
167167
temperature = <85000>;
@@ -191,7 +191,7 @@
191191
soc-thermal {
192192
polling-delay-passive = <250>;
193193
polling-delay = <2000>;
194-
thermal-sensors = <&tmu 1>;
194+
thermal-sensors = <&tmu 0>;
195195
trips {
196196
soc_alert0: trip0 {
197197
temperature = <85000>;

0 commit comments

Comments
 (0)