diff options
author | Jake Weinstein <jake@aospa.co> | 2023-05-16 05:18:11 +0900 |
---|---|---|
committer | Jake Weinstein <jake@aospa.co> | 2023-05-16 05:19:22 +0900 |
commit | 8aa714fcc6b7537ffda3bcb03cdc9963f71acbfe (patch) | |
tree | 66fb061d8474e8c808a75edd133c949c5ee62710 /thermalConfig.cpp | |
parent | 5927083a62500a83e15361826bea1dbe68cc91b8 (diff) |
Revert "thermal-hal: Add thermal HAL 2.0 support for monaco"HEADuminekotachibana-mr1
Qualcomm picked "thermal-hal: Add support for hal specific configuration."
39ff74035adc9fe28715e7000e7fe48e8e2b5fe4 to LA.VENDOR.13.2.0,
which duplicates these functions. Stick with the new upstream
rather than old upstream. Monaco is a wearable chip, which
we do not expect to support anyway.
This reverts commit ffd812bff5dab55dad2cc4833f4c069fa67e005c.
Change-Id: I9db8df14305819fbdaf755ace8ae7f2cf752e1ab
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 9ce4726..3778841 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -172,54 +172,6 @@ namespace implementation { }, }; - std::vector<std::string> cpu_sensors_monaco = - { - "cpuss-0-usr", - "cpuss-1-usr", - "cpuss-0-usr", - "cpuss-1-usr", - }; - - std::vector<struct target_therm_cfg> sensor_cfg_monaco = - { - { - TemperatureType::CPU, - cpu_sensors_monaco, - "", - 95000, - 115000, - 95000, - true, - }, - { - TemperatureType::GPU, - { "gpu-usr" }, - "gpu", - 95000, - 115000, - 95000, - true, - }, - { - TemperatureType::SKIN, - { "pa-therm0-usr" }, - "skin", - 40000, - 95000, - 40000, - true, - }, - { - TemperatureType::BCL_CURRENT, - { "pm5100-ibat-lvl0" }, - "ibat", - 1100, - 1500, - 1100, - true, - }, - }; - std::vector<std::string> cpu_sensors_sdm845 = { "cpu0-silver-usr", @@ -1801,8 +1753,6 @@ namespace implementation { {497, sensor_cfg_yupik}, // yupik-iot mdm {488, sensor_cfg_yupik}, // yupik {487, sensor_cfg_yupik}, // yupik - {486, sensor_cfg_monaco}, // monaco - {517, sensor_cfg_monaco}, // monaco {457, waipio_common}, //Waipio {482, waipio_common}, //Waipio {552, waipio_common}, //Waipio-LTE |