will update why part in commit message.
On 7/4/2026 4:41 AM, Dmitry Baryshkov wrote:
On Sat, Jul 04, 2026 at 02:04:32AM +0530, Akhil P Oommen wrote:
From: Aastha Pandey <[email protected]>
Unlike the CPU, the GPU does not throttle its speed automatically when it
reaches high temperatures.
Set up GPU cooling by throttling the GPU speed
when reaching 115°C.
Nit: 72 chars. It looks really strange to see two paragraphs with
different line wrapping.
Signed-off-by: Aastha Pandey <[email protected]>
Signed-off-by: Akhil P Oommen <[email protected]>
---
arch/arm64/boot/dts/qcom/shikra.dtsi | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/shikra.dtsi
b/arch/arm64/boot/dts/qcom/shikra.dtsi
index 34261221664b..eeeaa369d3a7 100644
--- a/arch/arm64/boot/dts/qcom/shikra.dtsi
+++ b/arch/arm64/boot/dts/qcom/shikra.dtsi
@@ -2510,6 +2510,7 @@ cpuss0-critical {
};
gpuss-thermal {
+ polling-delay-passive = <10>;
Why?
thermal-sensors = <&tsens0 6>;
trips {
--
Thanks & Regards,
Aastha Pandey