提交 efe78836 编写于 作者: S Sai Prakash Ranjan 提交者: Bjorn Andersson

arm64: dts: qcom: sc7180: Fix the LLCC base register size

There is one LLCC logical bank(LLCC0) on SC7180 SoC and the
size of the LLCC0 base is 0x50000(320KB) not 2MB, so correct
the size and fix copy paste mistake carried over from SDM845.
Reviewed-by: NDouglas Anderson <dianders@chromium.org>
Fixes: 7cee5c74 ("arm64: dts: qcom: sc7180: Fix node order")
Fixes: c831fa29 ("arm64: dts: qcom: sc7180: Add Last level cache controller node")
Signed-off-by: NSai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Link: https://lore.kernel.org/r/20200818145514.16262-1-saiprakash.ranjan@codeaurora.orgSigned-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 0e6aa9db
...@@ -2631,7 +2631,7 @@ ...@@ -2631,7 +2631,7 @@
system-cache-controller@9200000 { system-cache-controller@9200000 {
compatible = "qcom,sc7180-llcc"; compatible = "qcom,sc7180-llcc";
reg = <0 0x09200000 0 0x200000>, <0 0x09600000 0 0x50000>; reg = <0 0x09200000 0 0x50000>, <0 0x09600000 0 0x50000>;
reg-names = "llcc_base", "llcc_broadcast_base"; reg-names = "llcc_base", "llcc_broadcast_base";
interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册