Commit e17a8065 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm6350: Add OSM L3 node

Enable the OSM block responsible for scaling the L3 cache.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230104171643.1004054-2-konrad.dybcio@linaro.org
parent 306ccdf0
...@@ -1678,6 +1678,16 @@ apps_bcm_voter: bcm-voter { ...@@ -1678,6 +1678,16 @@ apps_bcm_voter: bcm-voter {
}; };
}; };
osm_l3: interconnect@18321000 {
compatible = "qcom,sm6350-osm-l3", "qcom,osm-l3";
reg = <0x0 0x18321000 0x0 0x1000>;
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
clock-names = "xo", "alternate";
#interconnect-cells = <1>;
};
cpufreq_hw: cpufreq@18323000 { cpufreq_hw: cpufreq@18323000 {
compatible = "qcom,cpufreq-hw"; compatible = "qcom,cpufreq-hw";
reg = <0 0x18323000 0 0x1000>, <0 0x18325800 0 0x1000>; reg = <0 0x18323000 0 0x1000>, <0 0x18325800 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment