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: Correct IPQ5018 interrupts

According to reference manual, IPQ5018 does not have QUSB2 PHY and its
interrupts should rather match ones used in IPQ5332 (so power_event,
eud_dmse_int_mx, eud_dpse_int_mx).

Fixes: 53c6d854be4e ("dt-bindings: usb: dwc3: Clean up hs_phy_irq in binding")
Fixes: 6e762f7b8edc ("dt-bindings: usb: Introduce qcom,snps-dwc3")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260106185012.19551-3-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
db0635a3 1366cd22

+2 -2
+1 -1
Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
··· 406 406 compatible: 407 407 contains: 408 408 enum: 409 - - qcom,ipq5018-dwc3 410 409 - qcom,ipq6018-dwc3 411 410 - qcom,ipq8074-dwc3 412 411 - qcom,msm8953-dwc3 ··· 450 451 compatible: 451 452 contains: 452 453 enum: 454 + - qcom,ipq5018-dwc3 453 455 - qcom,ipq5332-dwc3 454 456 then: 455 457 properties:
+1 -1
Documentation/devicetree/bindings/usb/qcom,snps-dwc3.yaml
··· 420 420 compatible: 421 421 contains: 422 422 enum: 423 - - qcom,ipq5018-dwc3 424 423 - qcom,ipq6018-dwc3 425 424 - qcom,ipq8074-dwc3 426 425 - qcom,msm8953-dwc3 ··· 466 467 compatible: 467 468 contains: 468 469 enum: 470 + - qcom,ipq5018-dwc3 469 471 - qcom,ipq5332-dwc3 470 472 then: 471 473 properties: