ARM: dts: qcom: Update gpu mitigation level and BCL threshold for tuna
Update gpu mitigation level for tuna and BCL threshold based on latest recommendation. Change-Id: I51e9e60d6439439ce76fa4cfbdf7e4d909ef727e Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "pm7550ba.dtsi"
|
||||
@@ -231,6 +231,23 @@
|
||||
};
|
||||
|
||||
&thermal_zones {
|
||||
pm7550ba-ibat-lvl0 {
|
||||
trips {
|
||||
ibat-lvl0 {
|
||||
temperature = <10000>;
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pm7550ba-ibat-lvl1 {
|
||||
trips {
|
||||
ibat-lvl1 {
|
||||
temperature = <11500>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pm7550ba-2s-ibat-lvl0 {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "pmih010x.dtsi"
|
||||
@@ -211,7 +211,7 @@
|
||||
pmih010x-ibat-lvl0 {
|
||||
trips {
|
||||
ibat-lvl0 {
|
||||
temperature = <7000>;
|
||||
temperature = <10000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -219,7 +219,7 @@
|
||||
pmih010x-ibat-lvl1 {
|
||||
trips {
|
||||
ibat-lvl1 {
|
||||
temperature = <9000>;
|
||||
temperature = <11500>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <dt-bindings/iio/qcom,spmi-vadc.h>
|
||||
@@ -146,6 +146,23 @@
|
||||
};
|
||||
|
||||
&thermal_zones {
|
||||
pmiv010x-ibat-lvl0 {
|
||||
trips {
|
||||
ibat-lvl0 {
|
||||
temperature = <10000>;
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pmiv010x-ibat-lvl1 {
|
||||
trips {
|
||||
ibat-lvl1 {
|
||||
temperature = <11500>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sys-therm-7 {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
|
@@ -1244,7 +1244,7 @@
|
||||
cooling-maps {
|
||||
gpu0_cdev {
|
||||
trip = <&gpu0_tj_cfg>;
|
||||
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||
cooling-device = <&msm_gpu 0 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1283,7 +1283,7 @@
|
||||
cooling-maps {
|
||||
gpu1_cdev {
|
||||
trip = <&gpu1_tj_cfg>;
|
||||
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||
cooling-device = <&msm_gpu 0 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1322,7 +1322,7 @@
|
||||
cooling-maps {
|
||||
gpu2_cdev {
|
||||
trip = <&gpu2_tj_cfg>;
|
||||
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||
cooling-device = <&msm_gpu 0 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1361,7 +1361,7 @@
|
||||
cooling-maps {
|
||||
gpu3_cdev {
|
||||
trip = <&gpu3_tj_cfg>;
|
||||
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||
cooling-device = <&msm_gpu 0 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1400,7 +1400,7 @@
|
||||
cooling-maps {
|
||||
gpu4_cdev {
|
||||
trip = <&gpu4_tj_cfg>;
|
||||
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||
cooling-device = <&msm_gpu 0 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1439,7 +1439,7 @@
|
||||
cooling-maps {
|
||||
gpu5_cdev {
|
||||
trip = <&gpu5_tj_cfg>;
|
||||
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>;
|
||||
cooling-device = <&msm_gpu 0 6>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user