Message ID | 20240220-dt-bindins-qcom-dwc3-fix-typo-v1-1-742bf6e49641@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 55c3d039e70cc7ae955f9713041ac70a1539f788 |
Headers | show |
Series | dt-bindings: usb: qcom,dwc3: fix a typo in interrupts' description | expand |
On 20/02/2024 20:22, Gabor Juhos wrote: > The correct interrupt name is 'hs_phy_irq' not 'hs_phY_irq'. > > Signed-off-by: Gabor Juhos <j4g8y7@gmail.com> > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 63d150b216c5..38a3404ec71b 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -102,7 +102,7 @@ properties: description: | Different types of interrupts are used based on HS PHY used on target: - pwr_event: Used for wakeup based on other power events. - - hs_phY_irq: Apart from DP/DM/QUSB2 PHY interrupts, there is + - hs_phy_irq: Apart from DP/DM/QUSB2 PHY interrupts, there is hs_phy_irq which is not triggered by default and its functionality is mutually exclusive to that of {dp/dm}_hs_phy_irq and qusb2_phy_irq.
The correct interrupt name is 'hs_phy_irq' not 'hs_phY_irq'. Signed-off-by: Gabor Juhos <j4g8y7@gmail.com> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: b401b621758e46812da61fa58a67c3fd8d91de0d change-id: 20240220-dt-bindins-qcom-dwc3-fix-typo-15f71492adaf Best regards,