Snap for 8076550 from 676247423b to sc-v2-release

Change-Id: I247294ad9190bac15a90a0bc35c43063a2362714
This commit is contained in:
Android Build Coastguard Worker 2022-01-14 00:02:08 +00:00
commit e2798cef75
2 changed files with 14 additions and 8 deletions

View file

@ -491,6 +491,12 @@ void DumpstateDevice::dumpThermalSection(int fd) {
"for f in /sys/class/thermal/cooling* ; do "
"type=`cat $f/type` ; state2power_table=`cat $f/state2power_table` ; echo \"$type: $state2power_table\" ; "
"done"});
DumpFileToFd(fd, "TMU state:", "/sys/module/gs101_thermal/parameters/tmu_reg_dump_state");
DumpFileToFd(fd, "TMU current temperature:", "/sys/module/gs101_thermal/parameters/tmu_reg_dump_current_temp");
DumpFileToFd(fd, "TMU_TOP rise thresholds:", "/sys/module/gs101_thermal/parameters/tmu_top_reg_dump_rise_thres");
DumpFileToFd(fd, "TMU_TOP fall thresholds:", "/sys/module/gs101_thermal/parameters/tmu_top_reg_dump_fall_thres");
DumpFileToFd(fd, "TMU_SUB rise thresholds:", "/sys/module/gs101_thermal/parameters/tmu_sub_reg_dump_rise_thres");
DumpFileToFd(fd, "TMU_SUB fall thresholds:", "/sys/module/gs101_thermal/parameters/tmu_sub_reg_dump_fall_thres");
}
// Dump items related to touch

View file

@ -98,6 +98,14 @@
],
"ResetOnInit": true
},
{
"Name": "DisplayWakeup",
"Path": "/sys/devices/platform/1c300000.drmdecon/early_wakeup",
"Values": [
"1",
"0"
]
},
{
"Name": "CPUUtilThreshold",
"Path": "/sys/kernel/vendor_sched/util_threshold",
@ -243,14 +251,6 @@
],
"ResetOnInit": true
},
{
"Name": "DisplayWakeup",
"Path": "/sys/devices/platform/1c300000.drmdecon/early_wakeup",
"Values": [
"1",
"0"
]
},
{
"Name": "LimitFlashCurrent",
"Path": "vendor.camera.max_flash_current",