From: Konrad Dybcio Date: Tue, 17 Mar 2026 14:41:19 +0000 (+0100) Subject: arm64: dts: qcom: sm8750: Fix GIC_ITS range length X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2f1f8874fda674af1efaa9a90efbdea8b6834ff;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: qcom: sm8750: Fix GIC_ITS range length 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 Reviewed-by: Abel Vesa Link: https://lore.kernel.org/r/20260317-topic-its_range_fixup-v1-6-49be8076adb1@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi index 74b29db27b8e..8b1b51558dcb 100644 --- a/arch/arm64/boot/dts/qcom/sm8750.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi @@ -5092,7 +5092,7 @@ 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>;