summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSibi Sankar <quic_sibis@quicinc.com>2024-06-12 18:10:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-05 14:01:28 +0100
commit417d6f3e3bab39a48055e41919280b392b196d0d (patch)
tree2cedc092739862fb6331511c2be82574ec09fe2e
parent3ca1a4b7a6afb064d19c24ec57ea843519f91ed9 (diff)
downloadlinux-417d6f3e3bab39a48055e41919280b392b196d0d.tar.gz
linux-417d6f3e3bab39a48055e41919280b392b196d0d.tar.bz2
linux-417d6f3e3bab39a48055e41919280b392b196d0d.zip
arm64: dts: qcom: x1e80100: Resize GIC Redistributor register region
[ Upstream commit 9ed1a2b8784262e85ec300792a1a37ebd8473be2 ] Resize the GICR register region as it currently seeps into the CPU Control Processor mailbox RX region. Fixes: af16b00578a7 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts") Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> Link: https://lore.kernel.org/r/20240612124056.39230-4-quic_sibis@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--arch/arm64/boot/dts/qcom/x1e80100.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index 0510abc0edf0..a073336ca0be 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -5752,7 +5752,7 @@
intc: interrupt-controller@17000000 {
compatible = "arm,gic-v3";
reg = <0 0x17000000 0 0x10000>, /* GICD */
- <0 0x17080000 0 0x480000>; /* GICR * 12 */
+ <0 0x17080000 0 0x300000>; /* GICR * 12 */
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;