diff options
author | Adam Ford | 2019-08-12 16:45:21 -0500 |
---|---|---|
committer | Tom Rini | 2019-08-20 11:46:38 -0400 |
commit | 8f6babf82c0b6ad9aa93de238df7c0bf978c4695 (patch) | |
tree | 177de79b20838ae544bce23b91d6603208b22884 /include/configs | |
parent | 3d527364708aa37803161aad4bd13f2d31391e6f (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')
-rw-r--r-- | include/configs/omapl138_lcdk.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index db4a663c533..d4f404a78b5 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) |