Merge b8f64e0977b67e887b67ad3d17491483b77b32a3 on remote branch
Change-Id: Ifb6e0cc5355c661bacd1da3036ea79b583be93ef
diff --git a/thermalConfig.cpp b/thermalConfig.cpp
index 2f29d54..058debf 100644
--- a/thermalConfig.cpp
+++ b/thermalConfig.cpp
@@ -1141,6 +1141,75 @@
},
};
+ std::vector<std::string> cpu_sensors_lemansAU =
+ {
+ "cpu-0-0-0",
+ "cpu-0-1-0",
+ "cpu-0-2-0",
+ "cpu-0-3-0",
+ "cpu-1-0-0",
+ "cpu-1-1-0",
+ "cpu-1-2-0",
+ "cpu-1-3-0",
+ };
+
+ std::vector<struct target_therm_cfg> lemansAU_common = {
+ {
+ TemperatureType::CPU,
+ cpu_sensors_lemansAU,
+ "",
+ 105000,
+ 118000,
+ 105000,
+ true,
+ },
+ {
+ TemperatureType::GPU,
+ { "gpuss-0" },
+ "GPU0",
+ 105000,
+ 118000,
+ 105000,
+ true,
+ },
+ {
+ TemperatureType::GPU,
+ { "gpuss-1" },
+ "GPU1",
+ 105000,
+ 118000,
+ 105000,
+ true,
+ },
+ {
+ TemperatureType::GPU,
+ { "gpuss-2" },
+ "GPU2",
+ 105000,
+ 118000,
+ 105000,
+ true,
+ },
+ {
+ TemperatureType::NPU,
+ { "nsp-0-0-0" },
+ "nsp0",
+ 105000,
+ 118000,
+ 105000,
+ true,
+ },
+ {
+ TemperatureType::NPU,
+ { "nsp-1-0-0" },
+ "nsp1",
+ 105000,
+ 118000,
+ 105000,
+ true,
+ },
+ };
+
struct target_therm_cfg bat_conf = {
TemperatureType::BATTERY,
{ "battery" },
@@ -1230,6 +1299,7 @@
{486, sensor_cfg_monaco}, // monaco
{517, sensor_cfg_monaco}, // monaco
{608, crow_common}, //crow
+ {532, lemansAU_common}, //Lemans auto
};
const std::unordered_map<int, std::vector<struct target_therm_cfg>>