]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: qcom: qcs8300: Add LLCC support for QCS8300
authorJingyi Wang <quic_jingyw@quicinc.com>
Thu, 31 Oct 2024 07:14:38 +0000 (15:14 +0800)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 22:36:09 +0000 (16:36 -0600)
Add Last Level Cache Controller node on the QCS8300 platform.

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com>
Link: https://lore.kernel.org/r/20241031-qcs8300_llcc-v3-3-bb56952cb83b@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs8300.dtsi

index 4899de261802e90152a9aa340148b3ddbc93973f..0febf4d63467f92e93a8e63086fcf39ba5b62cad 100644 (file)
                        qcom,bcm-voters = <&apps_bcm_voter>;
                };
 
+               llcc: system-cache-controller@9200000 {
+                       compatible = "qcom,qcs8300-llcc";
+                       reg = <0x0 0x09200000 0x0 0x80000>,
+                             <0x0 0x09300000 0x0 0x80000>,
+                             <0x0 0x09400000 0x0 0x80000>,
+                             <0x0 0x09500000 0x0 0x80000>,
+                             <0x0 0x09a00000 0x0 0x80000>;
+                       reg-names = "llcc0_base",
+                                   "llcc1_base",
+                                   "llcc2_base",
+                                   "llcc3_base",
+                                   "llcc_broadcast_base";
+                       interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
+               };
+
                pdc: interrupt-controller@b220000 {
                        compatible = "qcom,qcs8300-pdc", "qcom,pdc";
                        reg = <0x0 0xb220000 0x0 0x30000>,