]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sc7280: Add 0x81 Adreno speed bin
authorEugene Lepshy <fekz115@gmail.com>
Mon, 14 Oct 2024 19:48:25 +0000 (22:48 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 14 Oct 2024 23:21:35 +0000 (18:21 -0500)
A642L (speedbin 0x81) uses index 4, so this commit sets the fourth bit
for A642L supported opps.

Signed-off-by: Eugene Lepshy <fekz115@gmail.com>
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20241014194825.44406-2-danila@jiaxyga.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc7280.dtsi

index b41230651def6a4924a6fa86c8f6ad83e5f88fbb..7c75340b3a46e609285e60c9246325b40e1383dc 100644 (file)
                                        opp-hz = /bits/ 64 <315000000>;
                                        opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
                                        opp-peak-kBps = <1804000>;
-                                       opp-supported-hw = <0x07>;
+                                       opp-supported-hw = <0x17>;
                                };
 
                                opp-450000000 {
                                        opp-hz = /bits/ 64 <450000000>;
                                        opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
                                        opp-peak-kBps = <4068000>;
-                                       opp-supported-hw = <0x07>;
+                                       opp-supported-hw = <0x17>;
                                };
 
                                /* Only applicable for SKUs which has 550Mhz as Fmax */
                                        opp-hz = /bits/ 64 <550000000>;
                                        opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
                                        opp-peak-kBps = <6832000>;
-                                       opp-supported-hw = <0x06>;
+                                       opp-supported-hw = <0x16>;
                                };
 
                                opp-608000000 {
                                        opp-hz = /bits/ 64 <608000000>;
                                        opp-level = <RPMH_REGULATOR_LEVEL_SVS_L2>;
                                        opp-peak-kBps = <8368000>;
-                                       opp-supported-hw = <0x06>;
+                                       opp-supported-hw = <0x16>;
                                };
 
                                opp-700000000 {