From e6dcfff8e6f0ddd1358c9787639e91f7612992ab Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 29 Sep 2020 14:06:18 +0100 Subject: rockchip: Rock960: fix up USB support Fix up USB config options so keyboards and other USB devices work. Signed-off-by: Peter Robinson Reviewed-by: Kever Yang Change-Id: I34b0696e0ac7303186f20c83278dde340399b690 --- include/configs/rock960_rk3399.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/rock960_rk3399.h b/include/configs/rock960_rk3399.h index c6f9122154a..2edad710284 100644 --- a/include/configs/rock960_rk3399.h +++ b/include/configs/rock960_rk3399.h @@ -15,4 +15,6 @@ #define SDRAM_BANK_SIZE (2UL << 30) +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 #endif -- cgit v1.2.3