All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work
@ 2017-04-10  6:56 Mike Looijmans
  2017-04-20  9:44 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Looijmans @ 2017-04-10  6:56 UTC (permalink / raw)
  To: u-boot

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>
---
 arch/arm/dts/zynq-topic-miami.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/zynq-topic-miami.dts b/arch/arm/dts/zynq-topic-miami.dts
index aa05c4d..79a3671 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 at 0 {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work
  2017-04-10  6:56 [U-Boot] [PATCH] zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work Mike Looijmans
@ 2017-04-20  9:44 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2017-04-20  9:44 UTC (permalink / raw)
  To: u-boot

Hi,

On 10.4.2017 08:56, Mike Looijmans wrote:
> 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>
> ---
>  arch/arm/dts/zynq-topic-miami.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/dts/zynq-topic-miami.dts b/arch/arm/dts/zynq-topic-miami.dts
> index aa05c4d..79a3671 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 at 0 {
> 

Applied.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170420/55214902/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-20  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  6:56 [U-Boot] [PATCH] zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work Mike Looijmans
2017-04-20  9:44 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.