diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2017-04-10 08:56:22 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-04-27 13:31:55 +0200 |
commit | 79ed06f2ccad476b4c10df9f5a0255e104d2e06e (patch) | |
tree | d02615685530a663c858dc87466e7ee456741663 /arch/arm/dts/zynq-topic-miami.dts | |
parent | 6f008a2e16ec3b618363800e414023569007cd89 (diff) |
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>
Diffstat (limited to 'arch/arm/dts/zynq-topic-miami.dts')
-rw-r--r-- | arch/arm/dts/zynq-topic-miami.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-topic-miami.dts b/arch/arm/dts/zynq-topic-miami.dts index aa05c4d368..79a3671a8e 100644 --- a/arch/arm/dts/zynq-topic-miami.dts +++ b/arch/arm/dts/zynq-topic-miami.dts @@ -19,6 +19,7 @@ i2c0 = &i2c0; i2c1 = &i2c1; mmc0 = &sdhci0; + usbotg0 = &usb0; }; memory@0 { |