mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work
Fixes the following problem: zynq-uboot> run dfu_ram Setting bus to 1 g_dnl_register: failed!, error: -19 The cause appears to be that the USB framework is looking for a usbotg aliases, so add the alias to point to our USB device. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
6f008a2e16
commit
79ed06f2cc
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
i2c0 = &i2c0;
|
||||
i2c1 = &i2c1;
|
||||
mmc0 = &sdhci0;
|
||||
usbotg0 = &usb0;
|
||||
};
|
||||
|
||||
memory@0 {
|
||||
|
|
Loading…
Reference in a new issue