mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: qcom: sm6375: fix USB wakeup interrupt types
[ Upstream commit41952be666] 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:59d34ca97f("arm64: dts: qcom: Add initial device tree for SM6375") Cc: stable@vger.kernel.org # 6.2 Cc: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20231120164331.8116-10-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Stable-dep-of:d3246a0cf4("arm64: dts: qcom: sm6375: Hook up MPM") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
19e578b699
commit
4a208efdf5
|
|
@ -1362,8 +1362,8 @@ usb_1: usb@4ef8800 {
|
|||
|
||||
interrupts = <GIC_SPI 302 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
|
||||
<GIC_SPI 93 IRQ_TYPE_EDGE_BOTH>,
|
||||
<GIC_SPI 94 IRQ_TYPE_EDGE_BOTH>;
|
||||
interrupt-names = "hs_phy_irq",
|
||||
"ss_phy_irq",
|
||||
"dm_hs_phy_irq",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user