summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-06 15:42:25 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 09:44:59 +0900
commitd3ee73fcd7029064946d07523ab64e58921f2f3a (patch)
treeb578b362cb4baf4571ab5ba27a1c2fd9be88a02e
parentf0261243102fbc020a01178a46a52e00fc55e3d2 (diff)
downloadblackbird-obmc-uboot-d3ee73fcd7029064946d07523ab64e58921f2f3a.tar.gz
blackbird-obmc-uboot-d3ee73fcd7029064946d07523ab64e58921f2f3a.zip
arm: rmobile: gose: Add USB support
Gose board has two USB ports, and can use USB EHCI HCD driver of rmobile. This adds driver settings in order to use this driver. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r--include/configs/gose.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/gose.h b/include/configs/gose.h
index 21e1d93373..5889f023f9 100644
--- a/include/configs/gose.h
+++ b/include/configs/gose.h
@@ -32,6 +32,7 @@
#define CONFIG_CMD_NFS
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
+#define CONFIG_CMD_USB
#if defined(CONFIG_RMOBILE_EXTRAM_BOOT)
#define CONFIG_SYS_TEXT_BASE 0x70000000
@@ -166,4 +167,10 @@
#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */
+/* USB */
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_RMOBILE
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+
#endif /* __GOSE_H */
OpenPOWER on IntegriCloud