diff options
author | William Wu <william.wu@rock-chips.com> | 2017-08-09 11:36:27 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-09-18 20:40:32 +0200 |
commit | cbeedafdc84053047f036910343038475e09e998 (patch) | |
tree | d7307a9d3f2f7742834501bf8fb24d4563f3c814 /include/configs/rv1108_common.h | |
parent | c07f38208a73bbe3efaa939d6742096c1cb7e0ce (diff) | |
download | u-boot-cbeedafdc84053047f036910343038475e09e998.tar.gz |
configs: rockchip: add USB configs for evb-rv1108 board
This patch adds USB configs to support the USB OTG port(consist
of DWC2 controller) and the USB Host port(consist of EHCI and OHCI
controllers) on evb-rv1108 board, and also support fastboot over
USB and USB mass storage.
Signed-off-by: William Wu <william.wu@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/rv1108_common.h')
-rw-r--r-- | include/configs/rv1108_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h index 04779162d0..5ee45594a3 100644 --- a/include/configs/rv1108_common.h +++ b/include/configs/rv1108_common.h @@ -28,4 +28,7 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x100000) #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x2000000) +/* rockchip ohci host driver */ +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 #endif |