summaryrefslogtreecommitdiffstats
path: root/include/configs/corenet_ds.h
diff options
context:
space:
mode:
authorramneek mehresh <ramneek.mehresh@freescale.com>2013-09-10 17:37:45 +0530
committerYork Sun <yorksun@freescale.com>2013-10-16 16:13:12 -0700
commit55964bb6a21a1c68791f9757fe8353b53c0f9c3d (patch)
treebc6f0b376fbacfd1ffac75ee8b109f555e7a2749 /include/configs/corenet_ds.h
parent4544fd2976ba353689182c28a4d0673ded22e831 (diff)
downloadblackbird-obmc-uboot-55964bb6a21a1c68791f9757fe8353b53c0f9c3d.tar.gz
blackbird-obmc-uboot-55964bb6a21a1c68791f9757fe8353b53c0f9c3d.zip
powerpc/usb: Mention usb1 before usb2 inside default hwconfig string
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>
Diffstat (limited to 'include/configs/corenet_ds.h')
-rw-r--r--include/configs/corenet_ds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index 966b0ab6b9..34b3aace72 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" \
OpenPOWER on IntegriCloud