summaryrefslogtreecommitdiffstats
path: root/include/configs/P2020DS.h
diff options
context:
space:
mode:
authorramneek mehresh <ramneek.mehresh@freescale.com>2012-04-18 19:39:53 +0000
committerAndy Fleming <afleming@freescale.com>2012-07-06 17:03:25 -0500
commit3d7506fa380c2c3757947871a2ba4bd6401d8387 (patch)
tree31326bbba80e5f31968fdcb995a24bce0096ed6d /include/configs/P2020DS.h
parent558cd995d6d3eaa94fb342d142289a1fa2f76ba3 (diff)
downloadtalos-obmc-uboot-3d7506fa380c2c3757947871a2ba4bd6401d8387.tar.gz
talos-obmc-uboot-3d7506fa380c2c3757947871a2ba4bd6401d8387.zip
powerpc/85xx: Add USB device-tree fixup for various platforms
Add USB device-tree fixup for following platforms: MPC8536DS, P1022DS, P1023RDS, P2020COME, P2020DS, P2041RDB, P3060QDS Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Diffstat (limited to 'include/configs/P2020DS.h')
-rw-r--r--include/configs/P2020DS.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/P2020DS.h b/include/configs/P2020DS.h
index d7d64d2936..ac411cefdd 100644
--- a/include/configs/P2020DS.h
+++ b/include/configs/P2020DS.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007-2011 Freescale Semiconductor, Inc.
+ * Copyright 2007-2012 Freescale Semiconductor, Inc.
*
* See file CREDITS for list of people who contributed to this
* project.
@@ -643,6 +643,8 @@
/*
* USB
*/
+#define CONFIG_HAS_FSL_DR_USB
+#ifdef CONFIG_HAS_FSL_DR_USB
#define CONFIG_USB_EHCI
#ifdef CONFIG_USB_EHCI
@@ -651,6 +653,7 @@
#define CONFIG_USB_EHCI_FSL
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
#endif
+#endif
#undef CONFIG_WATCHDOG /* watchdog disabled */
OpenPOWER on IntegriCloud