summaryrefslogtreecommitdiff
path: root/include/configs/omapl138_lcdk.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-08-12 16:45:21 -0500
committerTom Rini <trini@konsulko.com>2019-08-20 11:46:38 -0400
commit8f6babf82c0b6ad9aa93de238df7c0bf978c4695 (patch)
tree177de79b20838ae544bce23b91d6603208b22884 /include/configs/omapl138_lcdk.h
parent3d527364708aa37803161aad4bd13f2d31391e6f (diff)
ARM: omapl138_lcdk: Enable USB
The OMAPL138-lcdk has two USB controllers which are currently disabled. This patch enables them. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/omapl138_lcdk.h')
-rw-r--r--include/configs/omapl138_lcdk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index db4a663c53..d4f404a78b 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -209,6 +209,12 @@
#define CONFIG_MX_CYCLIC
/*
+ * USB Configs
+ */
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 15
+
+/*
* Linux Information
*/
#define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100)