Re: [PATCH] arm64: dts: qcom: ipq5424: fix MSI base vector interrupt number

From: Kathiravan Thirumoorthy
Date: Mon May 05 2025 - 06:35:32 EST



On 5/5/2025 3:29 PM, Kathiravan Thirumoorthy wrote:
From: Vignesh Viswanathan <quic_viswanat@xxxxxxxxxxx>

As per the hardware design, MSI interrupt starts from 704. Fix the same.


Please ignore this patch. There has been some confusion.



Cc: stable@xxxxxxxxxxxxxxx
Fixes: 1a91d2a6021e ("arm64: dts: qcom: add IPQ5424 SoC and rdp466 board support")
Signed-off-by: Vignesh Viswanathan <quic_viswanat@xxxxxxxxxxx>
Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/ipq5424.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
index 5d6ed2172b1bb0a57c593f121f387ec917f42419..7a2e5c89b26ad8010f158be6f052b307e8a32fb5 100644
--- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
@@ -371,7 +371,7 @@ intc: interrupt-controller@f200000 {
#redistributor-regions = <1>;
redistributor-stride = <0x0 0x20000>;
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
- mbi-ranges = <672 128>;
+ mbi-ranges = <704 128>;
msi-controller;
};

---
base-commit: 407f60a151df3c44397e5afc0111eb9b026c38d3
change-id: 20250505-msi-vector-f0dcd22233d9

Best regards,