]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sm8550: Fix GIC_ITS range length
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tue, 17 Mar 2026 14:41:17 +0000 (15:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Mar 2026 14:40:40 +0000 (09:40 -0500)
Currently, the GITS_SGIR register is cut off. Fix it up.

Fixes: ffc50b2d3828 ("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>
arch/arm64/boot/dts/qcom/sm8550.dtsi

index 97f41512881d22121bfb3e9c768fd93a5a5062c1..109bf567a8a8e539e2390f20199f94a5c850a3c3 100644 (file)
 
                        gic_its: msi-controller@17140000 {
                                compatible = "arm,gic-v3-its";
-                               reg = <0 0x17140000 0 0x20000>;
+                               reg = <0 0x17140000 0 0x40000>;
                                msi-controller;
                                #msi-cells = <1>;
                        };