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.

dt-bindings: usb: qcom,dwc3: fix a typo in interrupts' description

The correct interrupt name is 'hs_phy_irq' not 'hs_phY_irq'.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240220-dt-bindins-qcom-dwc3-fix-typo-v1-1-742bf6e49641@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Gabor Juhos and committed by
Greg Kroah-Hartman
55c3d039 f81c2f01

+1 -1
+1 -1
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
··· 102 102 description: | 103 103 Different types of interrupts are used based on HS PHY used on target: 104 104 - pwr_event: Used for wakeup based on other power events. 105 - - hs_phY_irq: Apart from DP/DM/QUSB2 PHY interrupts, there is 105 + - hs_phy_irq: Apart from DP/DM/QUSB2 PHY interrupts, there is 106 106 hs_phy_irq which is not triggered by default and its 107 107 functionality is mutually exclusive to that of 108 108 {dp/dm}_hs_phy_irq and qusb2_phy_irq.