]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sdx75: Fix the USB interrupt entry order
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Mon, 20 Oct 2025 10:13:38 +0000 (12:13 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Oct 2025 17:30:45 +0000 (12:30 -0500)
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>
Link: https://lore.kernel.org/r/20251020-topic-sdx75_usb-v1-1-1a96d5de19c9@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdx75.dtsi

index 75bfc19f412c8f8b6c10aa858004dd3ddef86672..f26ba90ba66d3ffbdbbb34cc6fdbc716c8c5fcb3 100644 (file)
 
                        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>;