diff mbox

[U-Boot] zynq-topic-miami.dts: Add usbotg0 alias to make USB actually work

Message ID 1491807382-3844-1-git-send-email-mike.looijmans@topic.nl
State Accepted
Commit 79ed06f2ccad476b4c10df9f5a0255e104d2e06e
Delegated to: Michal Simek
Headers show

Commit Message

Mike Looijmans April 10, 2017, 6:56 a.m. UTC
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(+)

Comments

Michal Simek April 20, 2017, 9:44 a.m. UTC | #1
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@0 {
> 

Applied.

Thanks,
Michal
diff mbox

Patch

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@0 {