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:
committed by
Vishvanath Singh
parent
2adc25df04
commit
f0a5ef78fb
@@ -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>;
|
||||
|
Reference in New Issue
Block a user