thermal: remove chg_mdis

Bug: 328019873
Test: Device boot to home
Change-Id: I130099fa565a0c7f9c75d3acbd77e987e596a0f8
Signed-off-by: Peter (YM) <peterym@google.com>
This commit is contained in:
Peter (YM) 2024-03-05 02:41:53 +00:00
parent 83c4993aa5
commit 48a04811af

View file

@ -160,24 +160,10 @@
"PowerRail": "PARTIAL_SYSTEM_POWER", "PowerRail": "PARTIAL_SYSTEM_POWER",
"PowerWeight": [0.12, 0.12, 0.06, 0.06, 0.24, 0.24, 0.24] "PowerWeight": [0.12, 0.12, 0.06, 0.06, 0.24, 0.24, 0.24]
} }
],
"BindedCdevInfo": [
{
"CdevRequest": "chg_mdis",
"CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1],
"MaxReleaseStep": 1,
"MaxThrottleStep": 1,
"CdevCeiling": [0, 25, 25, 25, 26, 26, 26],
"LimitInfo": [0, 0, 1, 1, 1, 26, 26]
}
] ]
} }
], ],
"CoolingDevices":[ "CoolingDevices":[
{
"Name":"chg_mdis",
"Type":"BATTERY"
},
{ {
"Name":"usbc-port", "Name":"usbc-port",
"Type":"BATTERY" "Type":"BATTERY"
@ -194,4 +180,4 @@
"PowerSampleCount":5 "PowerSampleCount":5
} }
] ]
} }