summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormake shi <b15407@freescale.com>2012-12-06 17:19:30 +0800
committerJason Liu <r64343@freescale.com>2012-12-12 19:11:48 +0800
commite0f0b6b17f1384a191be4712bafe8f3a9f5c9122 (patch)
tree9c1594692072432ca938eea18771ea33804109a0
parent1bd8372f98680125b93a2259023efc1a7c6c7c7a (diff)
ENGR00236031 MX6 USB :Change default USB H1 and OTG driver load order
In current linux BSP USB H1 driver default load before otg driver load, which cause USBx not match the ehci controller number. like bellow: root@freescale /sys/devices/platform/fsl-ehci.0$ ls driver modalias pools power subsystem uevent usb2 root@freescale /sys/devices/platform/fsl-ehci.1$ ls driver modalias pools power subsystem uevent usb1 Signed-off-by: make shi <b15407@freescale.com>
-rw-r--r--arch/arm/mach-mx6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/Makefile b/arch/arm/mach-mx6/Makefile
index c929f2e56cfc..5cac9bc5db03 100644
--- a/arch/arm/mach-mx6/Makefile
+++ b/arch/arm/mach-mx6/Makefile
@@ -17,5 +17,5 @@ obj-$(CONFIG_MACH_MX6Q_SABREAUTO) += board-mx6q_sabreauto.o mx6q_sabreauto_pmic_
obj-$(CONFIG_SMP) += plat_hotplug.o platsmp.o headsmp.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
obj-$(CONFIG_IMX_PCIE) += pcie.o
+obj-$(CONFIG_USB_FSL_ARC_OTG) += usb_dr.o
obj-$(CONFIG_USB_EHCI_ARC_H1) += usb_h1.o
-obj-$(CONFIG_USB_FSL_ARC_OTG) += usb_dr.o \ No newline at end of file