From 67c54d94ae6adb613ca58df7ce20ba59bd618a33 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Wed, 27 Apr 2022 22:02:33 +0000 Subject: [PATCH] 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: Sayanna Chandula Change-Id: Id37dbb99745c5cfbd7db9bcaf87241f39c5bf465 --- thermal_info_config_cloudripper.json | 35 ---------------------------- 1 file changed, 35 deletions(-) diff --git a/thermal_info_config_cloudripper.json b/thermal_info_config_cloudripper.json index cf069aa..662ecfc 100644 --- a/thermal_info_config_cloudripper.json +++ b/thermal_info_config_cloudripper.json @@ -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 - } ] }