summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWilliam Wu <[email protected]>2017-08-09 11:36:27 +0800
committerPhilipp Tomsich <[email protected]>2017-09-18 20:40:32 +0200
commitcbeedafdc84053047f036910343038475e09e998 (patch)
treed7307a9d3f2f7742834501bf8fb24d4563f3c814 /include
parentc07f38208a73bbe3efaa939d6742096c1cb7e0ce (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Philipp Tomsich <[email protected]> Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/rv1108_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h
index 04779162d00..5ee45594a33 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