]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: kaanapali: Fix GIC_ITS range length
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tue, 17 Mar 2026 14:41:14 +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: 2eeb5767d53f ("arm64: dts: qcom: Introduce Kaanapali SoC")
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-1-49be8076adb1@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/kaanapali.dtsi

index 9ef57ad0ca71d55650b85c635284c30904157695..9be86479ceef126b192bc381adc488a467a006c9 100644 (file)
 
                        gic_its: msi-controller@17040000 {
                                compatible = "arm,gic-v3-its";
-                               reg = <0x0 0x17040000 0x0 0x20000>;
+                               reg = <0x0 0x17040000 0x0 0x40000>;
 
                                msi-controller;
                                #msi-cells = <1>;