mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
arm: dts: imx8mq: Add alias for two usb controllers
Add alias for two DWC3 usb controllers to fix the seq index. Signed-off-by: Ye Li <ye.li@nxp.com> Tested-by: Patrick Wildt <patrick@blueri.se>
This commit is contained in:
parent
4266dc1dff
commit
4390e9f997
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
spi0 = &ecspi1;
|
||||
spi1 = &ecspi2;
|
||||
spi2 = &ecspi3;
|
||||
usb0 = &usb_dwc3_0;
|
||||
usb1 = &usb_dwc3_1;
|
||||
};
|
||||
|
||||
ckil: clock-ckil {
|
||||
|
|
Loading…
Add table
Reference in a new issue