Browse Source

qcacld-3.0: Enable Thermal mitigation control by default

Based on new requirement enable gThermalMitigationEnable
by default from code.

Change-Id: Ib353b75c18d13cea9982061558f1d125b0b3d411
CRs-Fixed: 3080737
Ashish 3 years ago
parent
commit
86ceade63b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      components/fw_offload/dispatcher/inc/cfg_thermal_temp.h

+ 3 - 2
components/fw_offload/dispatcher/inc/cfg_thermal_temp.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-2018,2020-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -180,7 +181,7 @@
  * gThermalMitigationEnable - Set Thermal mitigation feature control
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * Usage: External
  *
@@ -188,7 +189,7 @@
  */
 #define CFG_THERMAL_MITIGATION_ENABLE CFG_INI_BOOL( \
 			"gThermalMitigationEnable", \
-			0, \
+			1, \
 			"Thermal mitigation feature control")
 
 /*