mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: dts: qcom: x1e80100: Add OPPs up to Turbo L3 for GPU
Now that we have ACD support for GPU, add additional OPPs up to Turbo L3 which are supported across all existing SKUs. Signed-off-by: Akhil P Oommen <quic_akhilpo@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Tested-by: Maya Matuszczyk <maccraft123mc@gmail.com> Tested-by: Anthony Ruhier <aruhier@mailbox.org> Acked-by: Bjorn Andersson <andersson@kernel.org> Patchwork: https://patchwork.freedesktop.org/patch/649354/ Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
e153e35bb1
commit
25f0f9be83
|
|
@ -3754,10 +3754,24 @@ zap-shader {
|
|||
gpu_opp_table: opp-table {
|
||||
compatible = "operating-points-v2-adreno", "operating-points-v2";
|
||||
|
||||
opp-1250000000 {
|
||||
opp-hz = /bits/ 64 <1250000000>;
|
||||
opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L3>;
|
||||
opp-peak-kBps = <16500000>;
|
||||
qcom,opp-acd-level = <0xa82a5ffd>;
|
||||
};
|
||||
|
||||
opp-1175000000 {
|
||||
opp-hz = /bits/ 64 <1175000000>;
|
||||
opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L2>;
|
||||
opp-peak-kBps = <14398438>;
|
||||
qcom,opp-acd-level = <0xa82a5ffd>;
|
||||
};
|
||||
|
||||
opp-1100000000 {
|
||||
opp-hz = /bits/ 64 <1100000000>;
|
||||
opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>;
|
||||
opp-peak-kBps = <16500000>;
|
||||
opp-peak-kBps = <14398438>;
|
||||
qcom,opp-acd-level = <0xa82a5ffd>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user