]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work
authorMike Looijmans <mike.looijmans@topic.nl>
Mon, 10 Apr 2017 06:56:22 +0000 (08:56 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 27 Apr 2017 11:31:55 +0000 (13:31 +0200)
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>
arch/arm/dts/zynq-topic-miami.dts

index aa05c4d368b240e1822155f316a05ff8776ac835..79a3671a8eb683d0c17084890f09dc65c1d03747 100644 (file)
@@ -19,6 +19,7 @@
                i2c0 = &i2c0;
                i2c1 = &i2c1;
                mmc0 = &sdhci0;
+               usbotg0 = &usb0;
        };
 
        memory@0 {