On 24/07/2022 16:04, Dmitry Baryshkov wrote: > From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > > Qualcomm MSM8996 Pro is a variant of MSM8996 with higher frequencies > supported both on CPU and GPU. There are other minor hardware > differencies in the CPU and GPU regulators and bus fabrics. > > However this results in significant differences between 8996 and 8996 > Pro CPU OPP tables. Judging from msm-3.18 there are only few common > frequencies supported by both msm8996 and msm8996pro. Rather than > hacking the tables for msm8996, split msm8996pro support into a separate > file. Later this would allow having additional customizations for the > CBF, CPR, retulators, etc. > > Fixes: 90173a954a22 ("arm64: dts: qcom: msm8996: Add CPU opps") > Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx> > [DB: Realigned supported-hw to keep compat with current cpufreq driver] > [DB: dropped all non-CPU-OPP changes] > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 82 +++---- > arch/arm64/boot/dts/qcom/msm8996pro.dtsi | 266 +++++++++++++++++++++++ > 2 files changed, 307 insertions(+), 41 deletions(-) > create mode 100644 arch/arm64/boot/dts/qcom/msm8996pro.dtsi > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof