Re: [PATCH] arm64: dts: qcom: pm8005: Add pmic cooling maps
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/26 7:13 AM, Dipa Ramesh Mantre wrote: > Add CPU mitigation cooling maps for pm8005 PMIC die temperature. > Throttle LITTLE (cpu0) and big (cpu3) clusters at 105°C and 125°C > trip points. > > Signed-off-by: Dipa Ramesh Mantre <[email protected]> > --- You're making changes to a shared file with the intent of altering the behavior of a specific platform. Furthermore, you don't explain how the CPU frequency correlates to the temperature of the PMIC die, leaving that to the imagination of the reader. FYI: $ rg pm8005.dtsi arch -l | sort arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi arch/arm64/boot/dts/qcom/msm8998-fxtec-pro1.dts arch/arm64/boot/dts/qcom/msm8998-mtp.dts arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi arch/arm64/boot/dts/qcom/msm8998-sony-xperia-yoshino.dtsi arch/arm64/boot/dts/qcom/msm8998-xiaomi-sagit.dts arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts arch/arm64/boot/dts/qcom/shikra-cqm-som.dtsi Konrad