]> Gentwo Git Trees - linux/.git/commit
thermal/drivers/imx91: Add support for i.MX91 thermal monitoring unit
authorPengfei Li <pengfei.li_1@nxp.com>
Mon, 20 Oct 2025 19:00:41 +0000 (15:00 -0400)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 26 Nov 2025 14:51:28 +0000 (15:51 +0100)
commitc411d8bf06992dade7abb88690dc2d467a868cc4
tree0a503eb607c54471ff22786bd902c2608835f942
parentf32aedc5753e9045f8697ddbad6e83a4017385a0
thermal/drivers/imx91: Add support for i.MX91 thermal monitoring unit

Introduce support for the i.MX91 thermal monitoring unit, which features a
single sensor for the CPU. The register layout differs from other chips,
necessitating the creation of a dedicated file for this.

This sensor provides a resolution of 1/64°C (6-bit fraction). For actual
accuracy, refer to the datasheet, as it varies depending on the chip grade.
Provide an interrupt for end of measurement and threshold violation and
Contain temperature threshold comparators, in normal and secure address
space, with direction and threshold programmability.

Link: https://www.nxp.com/docs/en/data-sheet/IMX91CEC.pdf
Signed-off-by: Pengfei Li <pengfei.li_1@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/20251020-imx91tmu-v7-2-48d7d9f25055@nxp.com
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/imx91_thermal.c [new file with mode: 0644]