Commit 8cd5597a authored by Richard Acayan's avatar Richard Acayan Committed by Bjorn Andersson

arm64: dts: qcom: sdm670: add osm l3

Add the interconnect node for L3 cache on SDM670.
Signed-off-by: default avatarRichard Acayan <mailingradian@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230802011548.387519-8-mailingradian@gmail.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 41c18552
......@@ -1354,5 +1354,15 @@ intc: interrupt-controller@17a00000 {
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
#interrupt-cells = <3>;
};
osm_l3: interconnect@17d41000 {
compatible = "qcom,sdm670-osm-l3", "qcom,osm-l3";
reg = <0 0x17d41000 0 0x1400>;
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;
clock-names = "xo", "alternate";
#interconnect-cells = <1>;
};
};
};
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