* [U-Boot] [PATCH] powerpc/usb: Mention usb1 before usb2 inside default hwconfig string
@ 2013-09-10 12:07 Ramneek Mehresh
2013-09-27 17:54 ` York Sun
0 siblings, 1 reply; 2+ messages in thread
From: Ramneek Mehresh @ 2013-09-10 12:07 UTC (permalink / raw)
To: u-boot
For USB device-tree fix-up to work properly, its necessary to
mention USB1 options before that of USB2 inside default hwconfig
string
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
---
include/configs/corenet_ds.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index c3fb80c..1ccefb0 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -700,8 +700,8 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"hwconfig=fsl_ddr:ctlr_intlv=cacheline," \
"bank_intlv=cs0_cs1;" \
- "usb2:dr_mode=peripheral,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
- "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
+ "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
+ "usb2:dr_mode=peripheral,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
"netdev=eth0\0" \
"uboot=" __stringify(CONFIG_UBOOTPATH) "\0" \
"ubootaddr=" __stringify(CONFIG_SYS_TEXT_BASE) "\0" \
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] powerpc/usb: Mention usb1 before usb2 inside default hwconfig string
2013-09-10 12:07 [U-Boot] [PATCH] powerpc/usb: Mention usb1 before usb2 inside default hwconfig string Ramneek Mehresh
@ 2013-09-27 17:54 ` York Sun
0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2013-09-27 17:54 UTC (permalink / raw)
To: u-boot
On 09/10/2013 05:07 AM, Ramneek Mehresh wrote:
> For USB device-tree fix-up to work properly, its necessary to
> mention USB1 options before that of USB2 inside default hwconfig
> string
>
> Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
> ---
Applied to u-boot-mpc85xx/next, pending merging to u-boot-mpc85xx/master
branch.
York
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-27 17:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 12:07 [U-Boot] [PATCH] powerpc/usb: Mention usb1 before usb2 inside default hwconfig string Ramneek Mehresh
2013-09-27 17:54 ` York Sun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox