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: sm6350: Add OSM L3 node

Enable the OSM block responsible for scaling the L3 cache.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230104171643.1004054-2-konrad.dybcio@linaro.org

authored by

Konrad Dybcio and committed by
Bjorn Andersson
e17a8065 306ccdf0

+10
+10
arch/arm64/boot/dts/qcom/sm6350.dtsi
··· 1678 1678 }; 1679 1679 }; 1680 1680 1681 + osm_l3: interconnect@18321000 { 1682 + compatible = "qcom,sm6350-osm-l3", "qcom,osm-l3"; 1683 + reg = <0x0 0x18321000 0x0 0x1000>; 1684 + 1685 + clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>; 1686 + clock-names = "xo", "alternate"; 1687 + 1688 + #interconnect-cells = <1>; 1689 + }; 1690 + 1681 1691 cpufreq_hw: cpufreq@18323000 { 1682 1692 compatible = "qcom,cpufreq-hw"; 1683 1693 reg = <0 0x18323000 0 0x1000>, <0 0x18325800 0 0x1000>;