mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ARM: dts: define USB aliases for all omap5 platforms
This allows us to properly map the USB controller indexes Tested on dra76 evm, am572 evm Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
parent
801f1fa442
commit
b975a52e02
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
tick-timer = &timer2;
|
||||
};
|
||||
|
||||
aliases {
|
||||
usb0 = &usb1;
|
||||
usb1 = &usb2;
|
||||
};
|
||||
|
||||
ocp {
|
||||
u-boot,dm-spl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue