From d67d741f5f30ce0c928a7728cdc5e27c71d860df Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Fri, 29 Apr 2022 00:16:41 +0000 Subject: [PATCH] thermal: remove power rails from ravenclaw config New thermal engine uses ODPM data. Since ravenclaw might not have proper ODPM data, it can result in boot failures. Bug: 230031671 Test: Build and boot on device Signed-off-by: Sayanna Chandula Change-Id: Id6ca70f22c841aea7a622304e0c757c93e7f55e2 --- thermal_info_config_ravenclaw.json | 35 ------------------------------ 1 file changed, 35 deletions(-) diff --git a/thermal_info_config_ravenclaw.json b/thermal_info_config_ravenclaw.json index 85d91b7..dff8af5 100644 --- a/thermal_info_config_ravenclaw.json +++ b/thermal_info_config_ravenclaw.json @@ -783,40 +783,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 - } ] }