summaryrefslogtreecommitdiff
path: root/include/configs/rk3328_common.h
diff options
context:
space:
mode:
authorMeng Dongyang <daniel.meng@rock-chips.com>2017-05-17 10:21:47 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-07 13:29:21 (GMT)
commit4f3a579e0513a50e7f40ee8ddaa6d96cd9647334 (patch)
treeaf36643548e51f0ba4d8de7b06480c5554b02ba9 /include/configs/rk3328_common.h
parentef82a0db5a668135e7050e0495c3883206b07ec2 (diff)
downloadu-boot-4f3a579e0513a50e7f40ee8ddaa6d96cd9647334.tar.xz
configs: rk3328: config xhci controller
Add config of max root ports and add config to enable xhci controller. Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3328_common.h')
-rw-r--r--include/configs/rk3328_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h
index 9cfeab8..5a06244 100644
--- a/include/configs/rk3328_common.h
+++ b/include/configs/rk3328_common.h
@@ -62,4 +62,7 @@
/* rockchip ohci host driver */
#define CONFIG_USB_OHCI_NEW
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
+
+/* xhci host */
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
#endif