Skip to content

Commit f34e96b

Browse files
quic-kdybciogregkh
authored andcommitted
arm64: dts: qcom: sm8550: Fix GIC_ITS range length
[ Upstream commit 357c559 ] Currently, the GITS_SGIR register is cut off. Fix it up. Fixes: ffc50b2 ("arm64: dts: qcom: Add base SM8550 dtsi") Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260317-topic-its_range_fixup-v1-4-49be8076adb1@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 019d959 commit f34e96b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4418,7 +4418,7 @@
44184418

44194419
gic_its: msi-controller@17140000 {
44204420
compatible = "arm,gic-v3-its";
4421-
reg = <0 0x17140000 0 0x20000>;
4421+
reg = <0 0x17140000 0 0x40000>;
44224422
msi-controller;
44234423
#msi-cells = <1>;
44244424
};

0 commit comments

Comments
 (0)