From: Konrad Dybcio Date: Tue, 17 Mar 2026 14:41:18 +0000 (+0100) Subject: arm64: dts: qcom: sm8650: Fix GIC_ITS range length X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c8e2ca1263d0da5976418ed285eaec430e8d87f;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: sm8650: Fix GIC_ITS range length Currently, the GITS_SGIR register is cut off. Fix it up. Fixes: d2350377997f ("arm64: dts: qcom: add initial SM8650 dtsi") Signed-off-by: Konrad Dybcio Reviewed-by: Neil Armstrong Reviewed-by: Abel Vesa Link: https://lore.kernel.org/r/20260317-topic-its_range_fixup-v1-5-49be8076adb1@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi index 9437360ea2153..070e8f706c239 100644 --- a/arch/arm64/boot/dts/qcom/sm8650.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi @@ -7219,7 +7219,7 @@ 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>;