Re: [PATCH] usb: dwc3: imx8mp: detect dwc3 child nodes with name "usb*"
From: Felipe Balbi <balbi@kernel.org>
Date: 2021-04-30 10:03:58
Also in:
linux-devicetree, linux-usb, lkml
From: Felipe Balbi <balbi@kernel.org>
Date: 2021-04-30 10:03:58
Also in:
linux-devicetree, linux-usb, lkml
Heiko Schocher [off-list ref] writes:
commit:
d1689cd3c0f4: ("arm64: dts: imx8mp: Use the correct name for child node "snps, dwc3")
renamed "dwc3@3*" nodes in imx8mp.dtsi to "usb@3*"
glue layer dwc3-imx8mp.c searches for "dwc3" and so drop failure
on boot:
imx8mp-dwc3 32f10100.usb: failed to find dwc3 core child
imx8mp-dwc3: probe of 32f10100.usb failed with error 1
imx8mp-dwc3 32f10108.usb: failed to find dwc3 core child
imx8mp-dwc3: probe of 32f10108.usb failed with error 1
now. Fix this (and allow old style too)
Tested on "PHYTEC phyBOARD-Pollux i.MX8MP" board.
fixes: d1689cd3c0f4: ("arm64: dts: imx8mp: Use the correct name for child node "snps, dwc3")
Signed-off-by: Heiko Schocher <redacted>already sent, see https://lore.kernel.org/r/1619765836-20387-1-git-send-email-jun.li@nxp.com (local) -- balbi