From 8051099b4239b7e67431dfb028e70479bad8eb85 Mon Sep 17 00:00:00 2001 From: YiHo Cheng Date: Fri, 15 Mar 2024 18:04:10 +0800 Subject: [PATCH] dumpstate: thermal: Add tmu intpend dumps tmu intpend register dump sysfs is added so add the sysfs in thermal dump script as well Bug: 271619423 Test: adb bugreport Change-Id: I9d5fe4302ce6101837a075ab46798e5f49a61d7d --- thermal/dump/dump_thermal.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thermal/dump/dump_thermal.sh b/thermal/dump/dump_thermal.sh index 288d34d..bd3aad9 100644 --- a/thermal/dump/dump_thermal.sh +++ b/thermal/dump/dump_thermal.sh @@ -34,6 +34,8 @@ done echo 'TMU state:' cat /sys/module/gs_thermal/parameters/tmu_reg_dump_state +echo 'TMU intpend:' +cat /sys/module/gs_thermal/parameters/tmu_reg_dump_intpend echo 'TMU current temperature:' cat /sys/module/gs_thermal/parameters/tmu_reg_dump_current_temp echo 'TMU_TOP rise thresholds:'