diff options
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 |