Files
kernel_xiaomi_sm8450-device…/qcom/ukee.dtsi
Deepak Kumar f2d44ee7e2 ARM: dts: msm: Add gpu clock plan for Ukee
Add initial gpu clock plan.

Change-Id: I19a022d9273c800c8900ce2d8d8581959fbf91f5
2022-07-26 16:24:16 +05:30

129 lines
2.5 KiB
Plaintext

#include "cape.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Ukee SoC";
compatible = "qcom,ukee";
qcom,msm-id = <591 0x10000>;
};
&msm_gpu {
qcom,initial-pwrlevel = <6>;
/delete-node/qcom,gpu-pwrlevels;
/* Power levels */
qcom,gpu-pwrlevels {
#address-cells = <1>;
#size-cells = <0>;
compatible = "qcom,gpu-pwrlevels";
qcom,gpu-pwrlevel@0 {
reg = <0>;
qcom,gpu-freq = <645000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
qcom,bus-freq = <11>;
qcom,bus-min = <8>;
qcom,bus-max = <11>;
qcom,acd-level = <0x882d5ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
};
qcom,gpu-pwrlevel@1 {
reg = <1>;
qcom,gpu-freq = <580000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_SVS_L0>;
qcom,bus-freq = <8>;
qcom,bus-min = <6>;
qcom,bus-max = <11>;
qcom,acd-level = <0x882e5ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
};
qcom,gpu-pwrlevel@2 {
reg = <2>;
qcom,gpu-freq = <515000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_SVS>;
qcom,bus-freq = <6>;
qcom,bus-min = <6>;
qcom,bus-max = <8>;
qcom,acd-level = <0x882e5ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_SVS>;
};
qcom,gpu-pwrlevel@3 {
reg = <3>;
qcom,gpu-freq = <439000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_L2>;
qcom,bus-freq = <6>;
qcom,bus-min = <3>;
qcom,bus-max = <8>;
qcom,acd-level = <0xc0285ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_SVS>;
};
qcom,gpu-pwrlevel@4 {
reg = <4>;
qcom,gpu-freq = <364000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_L1>;
qcom,bus-freq = <3>;
qcom,bus-min = <1>;
qcom,bus-max = <6>;
qcom,acd-level = <0xc0285ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_SVS>;
};
qcom,gpu-pwrlevel@5 {
reg = <5>;
qcom,gpu-freq = <324000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
qcom,bus-freq = <2>;
qcom,bus-min = <1>;
qcom,bus-max = <6>;
qcom,acd-level = <0xc02a5ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
};
qcom,gpu-pwrlevel@6 {
reg = <6>;
qcom,gpu-freq = <285000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS_D1>;
qcom,bus-freq = <2>;
qcom,bus-min = <1>;
qcom,bus-max = <5>;
qcom,acd-level = <0xc02c5ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
};
qcom,gpu-pwrlevel@7 {
reg = <7>;
qcom,gpu-freq = <220000000>;
qcom,level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
qcom,bus-freq = <2>;
qcom,bus-min = <1>;
qcom,bus-max = <5>;
qcom,acd-level = <0xc8285ffd>;
qcom,cx-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
};
};
};