summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2020-06-09 01:50:29 +0300
committerKever Yang <kever.yang@rock-chips.com>2020-07-07 14:45:56 +0300
commit3a57712496ab4383c528184ad1021908d6620162 (patch)
treee9136d616ec24eddac6778793f8e7e2920e93271 /include
parentdc38a58360bfc3b21621dc9d5e626febd1aa93ec (diff)
downloadu-boot-3a57712496ab4383c528184ad1021908d6620162.tar.xz
rockchip: Pinebook Pro: Fix USB and the USB attached keyboard
The built in keyboard on the Pinebook Pro is attached via USB so fix this up to ensure USB works as expected. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/pinebook-pro-rk3399.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/pinebook-pro-rk3399.h b/include/configs/pinebook-pro-rk3399.h
index 4bc8802d11..d910830582 100644
--- a/include/configs/pinebook-pro-rk3399.h
+++ b/include/configs/pinebook-pro-rk3399.h
@@ -25,4 +25,7 @@
#define SDRAM_BANK_SIZE (2UL << 30)
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
+
#endif