Skip to content

Commit 1de0b10

Browse files
quic-kdybciogregkh
authored andcommitted
arm64: dts: qcom: sm8450: Fix GIC_ITS range length
[ Upstream commit 14044fa ] Currently, the GITS_SGIR register is cut off. Fix it up. Fixes: fc8b0b9 ("arm64: dts: qcom: sm8450 add ITS device tree node") 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-3-49be8076adb1@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 3bb7be8 commit 1de0b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

50805080
gic_its: msi-controller@17140000 {
50815081
compatible = "arm,gic-v3-its";
5082-
reg = <0x0 0x17140000 0x0 0x20000>;
5082+
reg = <0x0 0x17140000 0x0 0x40000>;
50835083
msi-controller;
50845084
#msi-cells = <1>;
50855085
};

0 commit comments

Comments
 (0)