On 12/27/2024 10:05 AM, Bjorn Andersson wrote: > On Tue, Nov 12, 2024 at 06:14:10PM +0530, Jagadeesh Kona wrote: >> Add support to scale DDR and L3 frequencies >> based on CPU frequencies on Qualcomm SA8775P >> platform. Also add LMH interrupts in cpufreq_hw >> node to indicate if there is any thermal throttle. >> >> The changes in this series are dependent on below series changes: >> https://lore.kernel.org/all/20241112075826.28296-1-quic_rlaggysh@xxxxxxxxxxx/ > > This dependency didn't materialize, so I can only guess that this patch > will have to be changed accordingly. As such, I'm dropping your series > from my queue as well. > > It would be much appreciated if you send such tightly dependent > patches together in the same series in the future. > Thanks Bjorn for your review! Sure, will send the DDR & L3 scaling change along with the dependent patch series, and will post the LMH interrupt patch separately as it is independent. Thanks, Jagadeesh > Regards, > Bjorn > >> >> Signed-off-by: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx> >> --- >> Changes in v2: >> - Squashed 1st and 2nd patches into a single patch as per review >> comments. >> - Alinged the & properly for ICC phandles in CPU DT nodes. >> - Updated the commit text for LMH interrupts patch. >> - Link to v1: https://lore.kernel.org/r/20241017-sa8775p-cpufreq-l3-ddr-scaling-v1-0-074e0fb80b33@xxxxxxxxxxx >> >> --- >> Jagadeesh Kona (2): >> arm64: dts: qcom: sa8775p: Add CPU OPP tables to scale DDR/L3 >> arm64: dts: qcom: sa8775p: Add LMH interrupts for cpufreq_hw node >> >> arch/arm64/boot/dts/qcom/sa8775p.dtsi | 215 ++++++++++++++++++++++++++++++++++ >> 1 file changed, 215 insertions(+) >> --- >> base-commit: c38b541e924a8c5494db67b0ebf04cbcd84ca767 >> change-id: 20241112-sa8775p-cpufreq-l3-ddr-scaling-e10b3d71a80b >> >> Best regards, >> -- >> Jagadeesh Kona <quic_jkona@xxxxxxxxxxx> >>