Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sdm845: fix USB wakeup interrupt types

The DP/DM wakeup interrupts are edge triggered and which edge to trigger
on depends on use-case and whether a Low speed or Full/High speed device
is connected.

Fixes: ca4db2b538a1 ("arm64: dts: qcom: sdm845: Add USB-related nodes")
Cc: stable@vger.kernel.org # 4.20
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20231120164331.8116-9-johan+linaro@kernel.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Johan Hovold and committed by
Bjorn Andersson
84ad9ac8 de3b3de3

+4 -4
+4 -4
arch/arm64/boot/dts/qcom/sdm845.dtsi
··· 4072 4072 4073 4073 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 4074 4074 <GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>, 4075 - <GIC_SPI 488 IRQ_TYPE_LEVEL_HIGH>, 4076 - <GIC_SPI 489 IRQ_TYPE_LEVEL_HIGH>; 4075 + <GIC_SPI 488 IRQ_TYPE_EDGE_BOTH>, 4076 + <GIC_SPI 489 IRQ_TYPE_EDGE_BOTH>; 4077 4077 interrupt-names = "hs_phy_irq", "ss_phy_irq", 4078 4078 "dm_hs_phy_irq", "dp_hs_phy_irq"; 4079 4079 ··· 4123 4123 4124 4124 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, 4125 4125 <GIC_SPI 487 IRQ_TYPE_LEVEL_HIGH>, 4126 - <GIC_SPI 490 IRQ_TYPE_LEVEL_HIGH>, 4127 - <GIC_SPI 491 IRQ_TYPE_LEVEL_HIGH>; 4126 + <GIC_SPI 490 IRQ_TYPE_EDGE_BOTH>, 4127 + <GIC_SPI 491 IRQ_TYPE_EDGE_BOTH>; 4128 4128 interrupt-names = "hs_phy_irq", "ss_phy_irq", 4129 4129 "dm_hs_phy_irq", "dp_hs_phy_irq"; 4130 4130