Skip to content

Commit 417d6f3

Browse files
Sibi Sankargregkh
authored andcommitted
arm64: dts: qcom: x1e80100: Resize GIC Redistributor register region
[ Upstream commit 9ed1a2b ] Resize the GICR register region as it currently seeps into the CPU Control Processor mailbox RX region. Fixes: af16b00 ("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>
1 parent 3ca1a4b commit 417d6f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5752,7 +5752,7 @@
57525752
intc: interrupt-controller@17000000 {
57535753
compatible = "arm,gic-v3";
57545754
reg = <0 0x17000000 0 0x10000>, /* GICD */
5755-
<0 0x17080000 0 0x480000>; /* GICR * 12 */
5755+
<0 0x17080000 0 0x300000>; /* GICR * 12 */
57565756

57575757
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
57585758

0 commit comments

Comments
 (0)