arch/arm64/boot/dts/qcom/sdx75.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
The DP and DM interrupts are expected to come in a different order.
Reorder them to align with bindings.
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/sdx75.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdx75.dtsi b/arch/arm64/boot/dts/qcom/sdx75.dtsi
index 75bfc19f412c..f26ba90ba66d 100644
--- a/arch/arm64/boot/dts/qcom/sdx75.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -1043,13 +1043,13 @@ usb: usb@a6f8800 {
interrupts-extended = <&intc GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
<&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
- <&pdc 9 IRQ_TYPE_EDGE_RISING>,
<&pdc 10 IRQ_TYPE_EDGE_RISING>,
+ <&pdc 9 IRQ_TYPE_EDGE_RISING>,
<&pdc 17 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "pwr_event",
"hs_phy_irq",
- "dm_hs_phy_irq",
"dp_hs_phy_irq",
+ "dm_hs_phy_irq",
"ss_phy_irq";
power-domains = <&gcc GCC_USB30_GDSC>;
---
base-commit: 606da5bb165594c052ee11de79bf05bc38bc1aa6
change-id: 20251020-topic-sdx75_usb-04acb193d35f
Best regards,
--
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
On Mon, 20 Oct 2025 12:13:38 +0200, Konrad Dybcio wrote:
> The DP and DM interrupts are expected to come in a different order.
> Reorder them to align with bindings.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: sdx75: Fix the USB interrupt entry order
commit: 222c975e06af18af0c9ab5d0b23811bed9c882e2
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
On 25-10-20 12:13:38, Konrad Dybcio wrote: > From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> > > The DP and DM interrupts are expected to come in a different order. > Reorder them to align with bindings. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> > --- Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
© 2016 - 2026 Red Hat, Inc.