Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sc7280: Add support for two additional DDR frequencies

The SC7280 SoC now supports two additional frequencies. This patch
add those frequencies to the BWMON OPP table and updates the frequency
mapping table accordingly.

These changes do not impact existing platforms, as the updated mapping
only affects the highest OPP. On any given platform, this will continue
to vote for the maximum available OPP.

Signed-off-by: Pushpendra Singh <quic_pussin@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250702000120.2902158-1-quic_pussin@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Pushpendra Singh and committed by
Bjorn Andersson
393d69df 9cdb77e3

+12 -6
+12 -6
arch/arm64/boot/dts/qcom/sc7280.dtsi
··· 620 620 621 621 cpu4_opp_2400mhz: opp-2400000000 { 622 622 opp-hz = /bits/ 64 <2400000000>; 623 - opp-peak-kBps = <8532000 48537600>; 623 + opp-peak-kBps = <12787200 48537600>; 624 624 }; 625 625 626 626 cpu4_opp_2611mhz: opp-2611200000 { 627 627 opp-hz = /bits/ 64 <2611200000>; 628 - opp-peak-kBps = <8532000 48537600>; 628 + opp-peak-kBps = <12787200 48537600>; 629 629 }; 630 630 }; 631 631 ··· 685 685 686 686 cpu7_opp_2400mhz: opp-2400000000 { 687 687 opp-hz = /bits/ 64 <2400000000>; 688 - opp-peak-kBps = <8532000 48537600>; 688 + opp-peak-kBps = <12787200 48537600>; 689 689 }; 690 690 691 691 cpu7_opp_2515mhz: opp-2515200000 { 692 692 opp-hz = /bits/ 64 <2515200000>; 693 - opp-peak-kBps = <8532000 48537600>; 693 + opp-peak-kBps = <12787200 48537600>; 694 694 }; 695 695 696 696 cpu7_opp_2707mhz: opp-2707200000 { 697 697 opp-hz = /bits/ 64 <2707200000>; 698 - opp-peak-kBps = <8532000 48537600>; 698 + opp-peak-kBps = <12787200 48537600>; 699 699 }; 700 700 701 701 cpu7_opp_3014mhz: opp-3014400000 { 702 702 opp-hz = /bits/ 64 <3014400000>; 703 - opp-peak-kBps = <8532000 48537600>; 703 + opp-peak-kBps = <12787200 48537600>; 704 704 }; 705 705 }; 706 706 ··· 4141 4141 }; 4142 4142 opp-7 { 4143 4143 opp-peak-kBps = <8532000>; 4144 + }; 4145 + opp-8 { 4146 + opp-peak-kBps = <10944000>; 4147 + }; 4148 + opp-9 { 4149 + opp-peak-kBps = <12787200>; 4144 4150 }; 4145 4151 }; 4146 4152 };