Am Sun, Feb 21, 2021 at 08:26:22AM -0800 schrieb Ye Li: > Add alias for two DWC3 usb controllers to fix the seq index. > > Signed-off-by: Ye Li <[email protected]> > --- > arch/arm/dts/imx8mq.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/dts/imx8mq.dtsi b/arch/arm/dts/imx8mq.dtsi > index a841a02..a44f729 100644 > --- a/arch/arm/dts/imx8mq.dtsi > +++ b/arch/arm/dts/imx8mq.dtsi > @@ -39,6 +39,8 @@ > spi0 = &ecspi1; > spi1 = &ecspi2; > spi2 = &ecspi3; > + usb0 = &usb_dwc3_0; > + usb1 = &usb_dwc3_1;
I'm not sure what the policy is. Should changes to the device tree be put into the u-boot.dtsi? At least it isn't part of torvald's master branch. In any case: Tested-by: Patrick Wildt <[email protected]> > }; > > ckil: clock-ckil { > -- > 2.7.4 >

