Skip to content

Commit 019d959

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 ec46265 commit 019d959

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
@@ -4274,7 +4274,7 @@
42744274

42754275
gic_its: msi-controller@17140000 {
42764276
compatible = "arm,gic-v3-its";
4277-
reg = <0x0 0x17140000 0x0 0x20000>;
4277+
reg = <0x0 0x17140000 0x0 0x40000>;
42784278
msi-controller;
42794279
#msi-cells = <1>;
42804280
};

0 commit comments

Comments
 (0)