From: Konrad Dybcio Date: Tue, 17 Mar 2026 14:41:14 +0000 (+0100) Subject: arm64: dts: qcom: kaanapali: Fix GIC_ITS range length X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51cf2818376f5ebbc5f8753d5be547b1e7206021;p=thirdparty%2Fkernel%2Fstable.git arm64: dts: qcom: kaanapali: Fix GIC_ITS range length Currently, the GITS_SGIR register is cut off. Fix it up. Fixes: 2eeb5767d53f ("arm64: dts: qcom: Introduce Kaanapali SoC") Signed-off-by: Konrad Dybcio Reviewed-by: Abel Vesa Link: https://lore.kernel.org/r/20260317-topic-its_range_fixup-v1-1-49be8076adb1@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/kaanapali.dtsi b/arch/arm64/boot/dts/qcom/kaanapali.dtsi index 9ef57ad0ca71..9be86479ceef 100644 --- a/arch/arm64/boot/dts/qcom/kaanapali.dtsi +++ b/arch/arm64/boot/dts/qcom/kaanapali.dtsi @@ -1239,7 +1239,7 @@ 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>;