]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sm8750: Fix GIC_ITS range length
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tue, 17 Mar 2026 14:41:19 +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: 068c3d3c83be ("arm64: dts: qcom: Add base SM8750 dtsi")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260317-topic-its_range_fixup-v1-6-49be8076adb1@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8750.dtsi

index 74b29db27b8ef2d58992e7d3c2c6036a2585d040..8b1b51558dcb541681a0709c2b3e61e9ed56151a 100644 (file)
 
                        gic_its: msi-controller@16040000 {
                                compatible = "arm,gic-v3-its";
-                               reg = <0x0 0x16040000 0x0 0x20000>;
+                               reg = <0x0 0x16040000 0x0 0x40000>;
 
                                msi-controller;
                                #msi-cells = <1>;