Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: ipq8074: remove USB tx-fifo-resize property

tx-fifo-resize is now added by default by the dwc3-qcom driver
to the SNPS DWC3 child node.

So, lets drop the tx-fifo-resize property from dwc3-qcom nodes
as having it there will cause the dwc3-qcom driver to error and
abort probe with:
[ 1.362938] dwc3-qcom 8af8800.usb: unable to add property
[ 1.368405] dwc3-qcom 8af8800.usb: failed to register DWC3 Core, err=-17

Fixes: cefdd52fa045 ("usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Link: https://lore.kernel.org/r/20210902220325.1783567-1-robimarko@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Robert Marko and committed by
Greg Kroah-Hartman
da546d6b f0e8a206

-2
-2
arch/arm64/boot/dts/qcom/ipq8074.dtsi
··· 487 487 interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 488 488 phys = <&qusb_phy_0>, <&usb0_ssphy>; 489 489 phy-names = "usb2-phy", "usb3-phy"; 490 - tx-fifo-resize; 491 490 snps,is-utmi-l1-suspend; 492 491 snps,hird-threshold = /bits/ 8 <0x0>; 493 492 snps,dis_u2_susphy_quirk; ··· 527 528 interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; 528 529 phys = <&qusb_phy_1>, <&usb1_ssphy>; 529 530 phy-names = "usb2-phy", "usb3-phy"; 530 - tx-fifo-resize; 531 531 snps,is-utmi-l1-suspend; 532 532 snps,hird-threshold = /bits/ 8 <0x0>; 533 533 snps,dis_u2_susphy_quirk;