projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f008a2
)
zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work
author
Mike Looijmans
<mike.looijmans@topic.nl>
Mon, 10 Apr 2017 06:56:22 +0000
(08:56 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynq-topic-miami.dts
b/arch/arm/dts/zynq-topic-miami.dts
index
aa05c4d
..
79a3671
100644
(file)
--- 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 {