Skip to content
Snippets Groups Projects
Commit 67c54d94 authored by Sayanna Chandula's avatar Sayanna Chandula Committed by Wei Wang
Browse files

thermal: fix cloudripper boot issue


Remove power rails from the thermal configuration for cloudripper.

Bug: 230031671
Test: Build and boot on device
Signed-off-by: default avatarSayanna Chandula <sayanna@google.com>
Change-Id: Id37dbb99745c5cfbd7db9bcaf87241f39c5bf465
parent 0424602e
No related branches found
No related tags found
No related merge requests found
......@@ -579,40 +579,5 @@
"Type":"NPU",
"WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote"
}
],
"PowerRails":[
{
"Name":"PPVAR_VSYS_PWR_DISP"
},
{
"Name":"VSYS_PWR_MODEM"
},
{
"Name":"S2M_VDD_CPUCL2",
"PowerSampleDelay":14000,
"PowerSampleCount":5
},
{
"Name":"S3M_VDD_CPUCL1",
"PowerSampleDelay":14000,
"PowerSampleCount":5
},
{
"Name":"S4M_VDD_CPUCL0",
"PowerSampleDelay":14000,
"PowerSampleCount":5
},
{
"Name":"S5M_VDD_INT"
},
{
"Name":"S1M_VDD_MIF"
},
{
"Name":"S2S_VDD_G3D",
"PowerSampleDelay":14000,
"PowerSampleCount":5
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment