arm64: dts: qcom: sc8180x: Fix LLCC reg property
authorBjorn Andersson <quic_bjorande@quicinc.com>
Mon, 12 Jun 2023 22:06:32 +0000 (15:06 -0700)
committerBjorn Andersson <andersson@kernel.org>
Sat, 22 Jul 2023 04:26:05 +0000 (21:26 -0700)
The LLCC binding and driver was recently corrected to handle the stride
varying between platforms. Switch to the new format to ensure accesses
are done in the right place.

Fixes: 8575f197b077 ("arm64: dts: qcom: Introduce the SC8180x platform")
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Link: https://lore.kernel.org/r/20230612220632.1885175-1-quic_bjorande@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index d4ce72c533f1df08879adeb0674d436b9dd1461a..0c72efeee70e7454ed21df9e23e38573e725d953 100644 (file)
 
                system-cache-controller@9200000 {
                        compatible = "qcom,sc8180x-llcc";
-                       reg = <0 0x09200000 0 0x50000>, <0 0x09600000 0 0x50000>;
-                       reg-names = "llcc_base", "llcc_broadcast_base";
+                       reg = <0 0x09200000 0 0x50000>, <0 0x09280000 0 0x50000>,
+                             <0 0x09300000 0 0x50000>, <0 0x09380000 0 0x50000>,
+                             <0 0x09600000 0 0x50000>;
+                       reg-names = "llcc0_base", "llcc1_base", "llcc2_base",
+                                   "llcc3_base", "llcc_broadcast_base";
                        interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
                };