mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-06 15:01:35 +00:00
Adjust fan speed control thresholds
This CL set higher temperature thresholds for CPU temperature to reduce fan noise. Also set temperature thresholds for case temperature so that we can adjust fan speed according to them. Signed-off-by: Vic Yang <victoryang@chromium.org> BUG=chrome-os-partner:8982 TEST=Manual Change-Id: I16a74e10af4583a59065c09e8d9538232b0fb157
This commit is contained in:
@@ -30,12 +30,12 @@ extern const struct temp_sensor_t temp_sensors[TEMP_SENSOR_COUNT];
|
||||
static struct thermal_config_t thermal_config[TEMP_SENSOR_TYPE_COUNT] = {
|
||||
/* TEMP_SENSOR_TYPE_CPU */
|
||||
{THERMAL_CONFIG_WARNING_ON_FAIL,
|
||||
{341, 358, 368, 318, 323, 328, 333, 338}},
|
||||
{368, 373, 383, 328, 338, 348, 358, 368}},
|
||||
/* TEMP_SENSOR_TYPE_BOARD */
|
||||
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL}},
|
||||
/* TEMP_SENSOR_TYPE_CASE */
|
||||
{THERMAL_CONFIG_NO_FLAG, {333, THERMAL_THRESHOLD_DISABLE, 348,
|
||||
THERMAL_THRESHOLD_DISABLE_ALL}},
|
||||
{THERMAL_CONFIG_NO_FLAG, {341, THERMAL_THRESHOLD_DISABLE, 353,
|
||||
318, 323, 348, 333, 338}},
|
||||
};
|
||||
|
||||
/* Fan speed settings. */
|
||||
|
||||
Reference in New Issue
Block a user