thermal: Fix misalignment from removal of gxp cdev
Earlier change removed the path without removing the indexer to the corresponding array. This change fixes this. Bug: 236296247 Test: Build and confirm reading is valid Signed-off-by: George Lee <geolee@google.com> Change-Id: Ic6335b252a01c7d80102cdbbc4f5dbf3a1639b55
This commit is contained in:
parent
9ff57b81b8
commit
baedb92abf
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const struct MitigationConfig::Config cfg = {
|
||||||
.SystemName = {
|
.SystemName = {
|
||||||
"batoilo", "smpl_gm", "soc", "vdroop1", "vdroop2", "ocp_gpu",
|
"batoilo", "smpl_gm", "soc", "vdroop1", "vdroop2", "ocp_gpu",
|
||||||
"ocp_tpu", "soft_ocp_cpu2", "soft_ocp_cpu1", "battery", "battery_cycle",
|
"ocp_tpu", "soft_ocp_cpu2", "soft_ocp_cpu1", "battery", "battery_cycle",
|
||||||
"main", "sub", "CPU2", "CPU1", "GPU", "TPU", "CAM", "DISP", "NPU",
|
"main", "sub", "CPU2", "CPU1", "GPU", "TPU", "CAM", "DISP",
|
||||||
"voltage_now", "current_now",
|
"voltage_now", "current_now",
|
||||||
},
|
},
|
||||||
.LogFilePath = "/data/vendor/mitigation/thismeal.txt",
|
.LogFilePath = "/data/vendor/mitigation/thismeal.txt",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue