Skip to content

Commit 0c2671f

Browse files
jhovoldgregkh
authored andcommitted
dt-bindings: usb: qcom,dwc3: fix example 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: 3828026 ("dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindings") Signed-off-by: Johan Hovold <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Andrew Halaney <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6972b38 commit 0c2671f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/usb/qcom,dwc3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ examples:
521521
522522
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
523523
<GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
524-
<GIC_SPI 488 IRQ_TYPE_LEVEL_HIGH>,
525-
<GIC_SPI 489 IRQ_TYPE_LEVEL_HIGH>;
524+
<GIC_SPI 488 IRQ_TYPE_EDGE_BOTH>,
525+
<GIC_SPI 489 IRQ_TYPE_EDGE_BOTH>;
526526
interrupt-names = "hs_phy_irq", "ss_phy_irq",
527527
"dm_hs_phy_irq", "dp_hs_phy_irq";
528528

0 commit comments

Comments
 (0)