[PATCH 0/4] Improve some Adreno Device Tree nodes

From: Konrad Dybcio
Date: Wed Mar 29 2023 - 15:17:51 EST


There are a couple of issues with some of the existing Adreno DT nodes:
- opp-level is used wrongly instead of required-opps
- the correct power domain for scaling is not always selected
- some frequencies are missing

And up until now, the power domain was not even scaled at all, until
the introduction of commit "Enable optional icc voting from OPP tables".

This series tries to address all of these. 8916 and 8996 didn't explode,
8998 could use some testing.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
---
Konrad Dybcio (4):
arm64: dts: qcom: msm8998: Improve GPU OPP table
arm64: dts: qcom: msm8996: Pass VDDMX to gpu in power-domains
arm64: dts: qcom: msm8996: Improve GPU OPP table
arm64: dts: qcom: msm8916: Improve GPU OPP table

arch/arm64/boot/dts/qcom/msm8916.dtsi | 22 ++++++++++++++++----
arch/arm64/boot/dts/qcom/msm8996.dtsi | 29 +++++++++++++++++++-------
arch/arm64/boot/dts/qcom/msm8998.dtsi | 39 +++++++++++++++--------------------
3 files changed, 57 insertions(+), 33 deletions(-)
---
base-commit: 198925fae644b0099b66fac1d972721e6e563b17
change-id: 20230329-topic-adreno_opp-7e5214a3e632

Best regards,
--
Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>