Skip to content

Commit 6670dc9

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 1de0b10 commit 6670dc9

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
@@ -5094,7 +5094,7 @@
50945094

50955095
gic_its: msi-controller@17140000 {
50965096
compatible = "arm,gic-v3-its";
5097-
reg = <0 0x17140000 0 0x20000>;
5097+
reg = <0 0x17140000 0 0x40000>;
50985098
msi-controller;
50995099
#msi-cells = <1>;
51005100
};

0 commit comments

Comments
 (0)