[PATCH 00/13] imx: tmu support and scu thermal update

Peng Fan peng.fan at nxp.com
Sun May 3 16:19:44 CEST 2020


This patchset is to support TMU in i.MX8M family, including
i.MX8QM SCU thermal update.

Peng Fan (8):
  thermal: Add thermal driver for i.MX8M
  thermal: imx_tmu: Add support for thermal sensor on iMX8MM
  thermal: imx_tmu: support TMU arch level initialization
  thermal: imx_tmu: Fix for temperature out of range
  thermal: imx_tmu: Check the TEMP range for iMX8MM
  thermal: imx_tmu: support i.MX8MP
  imx: regs: add more fuse bank structure
  imx: cpu: support tmu

Ye Li (5):
  thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensor
  imx8mm: Load fuse for TMU TCALIV and TASR
  imx: i.MX8MN: Enable loading TASR and TCALIV from fuse
  imx: load calibration parameters from fuse for i.MX8MP
  imx8mp: Set default SNSR25C for TMU probe1

 arch/arm/include/asm/arch-imx8m/imx-regs.h |  41 ++-
 arch/arm/mach-imx/cpu.c                    |   4 +-
 arch/arm/mach-imx/imx8m/soc.c              |  75 ++++-
 drivers/thermal/Kconfig                    |   9 +
 drivers/thermal/Makefile                   |   1 +
 drivers/thermal/imx_scu_thermal.c          |   8 +
 drivers/thermal/imx_tmu.c                  | 467 +++++++++++++++++++++++++++++
 7 files changed, 595 insertions(+), 10 deletions(-)
 create mode 100644 drivers/thermal/imx_tmu.c

-- 
2.16.4



More information about the U-Boot mailing list