Merge "ARM: dts: qcom: Update gpu mitigation level and BCL threshold for tuna" into kernel.lnx.6.6.r1-rel

This commit is contained in:
Linux Build Service Account
2025-01-31 22:35:56 -08:00
committed by Gerrit - the friendly Code Review server
4 changed files with 45 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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" #include "pm7550ba.dtsi"
@@ -231,6 +231,23 @@
}; };
&thermal_zones { &thermal_zones {
pm7550ba-ibat-lvl0 {
trips {
ibat-lvl0 {
temperature = <10000>;
};
};
};
pm7550ba-ibat-lvl1 {
trips {
ibat-lvl1 {
temperature = <11500>;
};
};
};
pm7550ba-2s-ibat-lvl0 { pm7550ba-2s-ibat-lvl0 {
polling-delay-passive = <0>; polling-delay-passive = <0>;
polling-delay = <0>; polling-delay = <0>;

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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" #include "pmih010x.dtsi"
@@ -211,7 +211,7 @@
pmih010x-ibat-lvl0 { pmih010x-ibat-lvl0 {
trips { trips {
ibat-lvl0 { ibat-lvl0 {
temperature = <7000>; temperature = <10000>;
}; };
}; };
}; };
@@ -219,7 +219,7 @@
pmih010x-ibat-lvl1 { pmih010x-ibat-lvl1 {
trips { trips {
ibat-lvl1 { ibat-lvl1 {
temperature = <9000>; temperature = <11500>;
}; };
}; };
}; };

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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> #include <dt-bindings/iio/qcom,spmi-vadc.h>
@@ -146,6 +146,23 @@
}; };
&thermal_zones { &thermal_zones {
pmiv010x-ibat-lvl0 {
trips {
ibat-lvl0 {
temperature = <10000>;
};
};
};
pmiv010x-ibat-lvl1 {
trips {
ibat-lvl1 {
temperature = <11500>;
};
};
};
sys-therm-7 { sys-therm-7 {
polling-delay-passive = <0>; polling-delay-passive = <0>;
polling-delay = <0>; polling-delay = <0>;

View File

@@ -1244,7 +1244,7 @@
cooling-maps { cooling-maps {
gpu0_cdev { gpu0_cdev {
trip = <&gpu0_tj_cfg>; trip = <&gpu0_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 0 6>;
}; };
}; };
}; };
@@ -1283,7 +1283,7 @@
cooling-maps { cooling-maps {
gpu1_cdev { gpu1_cdev {
trip = <&gpu1_tj_cfg>; trip = <&gpu1_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 0 6>;
}; };
}; };
}; };
@@ -1322,7 +1322,7 @@
cooling-maps { cooling-maps {
gpu2_cdev { gpu2_cdev {
trip = <&gpu2_tj_cfg>; trip = <&gpu2_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 0 6>;
}; };
}; };
}; };
@@ -1361,7 +1361,7 @@
cooling-maps { cooling-maps {
gpu3_cdev { gpu3_cdev {
trip = <&gpu3_tj_cfg>; trip = <&gpu3_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 0 6>;
}; };
}; };
}; };
@@ -1400,7 +1400,7 @@
cooling-maps { cooling-maps {
gpu4_cdev { gpu4_cdev {
trip = <&gpu4_tj_cfg>; trip = <&gpu4_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 0 6>;
}; };
}; };
}; };
@@ -1439,7 +1439,7 @@
cooling-maps { cooling-maps {
gpu5_cdev { gpu5_cdev {
trip = <&gpu5_tj_cfg>; trip = <&gpu5_tj_cfg>;
cooling-device = <&msm_gpu 0 THERMAL_NO_LIMIT>; cooling-device = <&msm_gpu 0 6>;
}; };
}; };
}; };