Attention is currently required from: Hung-Te Lin. Hello Hung-Te Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62890
to look at the new patch set (#2).
Change subject: soc/mediatek/mt8186: Disable spm_thermal which is not used ......................................................................
soc/mediatek/mt8186: Disable spm_thermal which is not used
In MT8186, we need to disable spm_thermal to prevent it to influence other wdt status. For hardware path from thermal to wdt, there is another path directly from thermal to wdt. This bit is a flexibility for software control, and the hardware designer suggests that we can disable it if we don't use it.
BUG=none TEST=build pass
Signed-off-by: Rex-BC Chen rex-bc.chen@mediatek.com Change-Id: I0ffde6bad3000a64e3b5782edaa72c62da034302 --- M src/soc/mediatek/common/include/soc/wdt.h M src/soc/mediatek/mt8186/bootblock.c M src/soc/mediatek/mt8186/wdt.c 3 files changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/62890/2