u-boot/arch/arm/mach-imx
Francesco Dolcini e6c3c63035 imx: Fix critical thermal threshold
Fix the critical thermal threshold for i.MX processors, this was changed
while moving the code from imx8m/imx9 directories into a shared place.

There is no need to keep the critical threshold 5 degrees less than the
SoC maximum temperature threshold, what is actually going to happen in
practice is that we are going to power-off the board when the SoC is
still within its working temperature range.

In addition to that this is a change in the actual behavior, that is
introducing a regression to users, and it was hidden within a software
refactoring.

Fixes: d0fe80890a ("imx: Generalize fixup_thermal_trips")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2024-11-15 14:36:47 -03:00
..
imx8 imx8: Correct the SCU API return value check 2024-10-13 09:45:16 -03:00
imx8m arm: mach-imx: imx8m: re-use SNVS init routine 2024-11-09 08:55:04 -03:00
imx8ulp arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:47 -06:00
imx9 imx9: Improve boot mode autodetection 2024-11-09 08:54:01 -03:00
imxrt Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
mx3
mx5 arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:47 -06:00
mx6 imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN 2024-11-09 08:53:36 -03:00
mx7 arm: mach-imx: move snvs module 2024-11-09 08:55:04 -03:00
mx7ulp imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN 2024-11-09 08:53:36 -03:00
mxs Kconfig: Remove all default n/no options 2023-10-30 15:32:49 -04:00
cache.c arm: mach: imx: Remove duplicate newlines 2024-07-15 12:12:17 -06:00
cmd_bmode.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cmd_dek.c cmd: Make use of U_BOOT_LONGHELP when missing 2024-06-26 13:17:51 -06:00
cmd_hdmidet.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cmd_mfgprot.c ARM: imx: Drop bogus newline 2024-10-04 09:17:02 -03:00
cmd_nandbcb.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
cpu.c arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:47 -06:00
ddrmc-vf610-calibration.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ddrmc-vf610-calibration.h
ddrmc-vf610.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ele_ahab.c imx: ele_ahab: Add HUK derivation support 2024-08-30 15:50:36 -03:00
fdt.c imx: Fix critical thermal threshold 2024-11-15 14:36:47 -03:00
hab.c imx: hab: Make imx_hab_is_enabled dependent on FIELD_RETURN 2024-11-09 08:53:36 -03:00
i2c-mxv7.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
image-container.c Merge patch series "provide names for emmc hardware partitions" 2024-09-05 12:13:24 -06:00
imx_bootaux.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
init.c
iomux-v3.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Kconfig ARM: imx: Wrap i.MX config options in MACH_IMX 2024-09-02 13:23:36 -03:00
mac.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
Makefile arm: mach-imx: imx8m: re-use SNVS init routine 2024-11-09 08:55:04 -03:00
misc.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
mmc_env.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
mmdc_size.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
priblob.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
rdc-sema.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
romapi.c imx: fix get_boot_device() for imx8 2023-05-02 10:57:32 +02:00
sata.c
snvs.c arm: mach-imx: move snvs module 2024-11-09 08:55:04 -03:00
snvs.h arm: mach-imx: move snvs module 2024-11-09 08:55:04 -03:00
speed.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
spl_imx_romapi.c spl: Create a function to init spl_load_info 2024-08-23 15:58:42 -06:00
spl_qspi.cfg imx: Don't define __ASSEMBLY__ in source files 2022-02-08 23:07:58 -05:00
spl_sd.cfg imx: Don't define __ASSEMBLY__ in source files 2022-02-08 23:07:58 -05:00
syscounter.c arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD 2024-10-11 11:44:47 -06:00
timer.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
video.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00