MLK-21942 DTS: imx8mq: Fix USB alias issue
authorYe Li <ye.li@nxp.com>
Wed, 5 Jun 2019 10:10:36 +0000 (03:10 -0700)
committerYe Li <ye.li@nxp.com>
Thu, 6 Jun 2019 09:29:49 +0000 (02:29 -0700)
commit67f084c9485587802571352de8fb2551e8aefe74
tree836b84481d12162eb3e4727b52bbb16e59a30a0c
parent39183dc231e12c3072ffd9a37ac6a6616178e263
MLK-21942 DTS: imx8mq: Fix USB alias issue

Since we set the driver's compatible string to dwc3 nodes, should
use the dwc3 nodes as the USB alias, otherwise the alias won't work.
If first usb controller is probed failed, the second controller still
use 0 as seq and cause issue to the driver.

Because alias requires different names on the nodes, in the patch we have
to change the nodes name to dwc3_0 and dwc3_1

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/fsl-imx8mq-u-boot.dtsi
arch/arm/dts/fsl-imx8mq.dtsi