All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] evb_rk3399: add usb ohci definations
@ 2021-05-26  9:33 Artem Lapkin
  2021-06-01 12:15 ` Kever Yang
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Lapkin @ 2021-05-26  9:33 UTC (permalink / raw)
  To: kever.yang; +Cc: sjg, philipp.tomsich, jagan, sunil, u-boot, art, nick, gouwa

Problem: not possible to use CONFIG_USB_OHCI_HCD=y and
CONFIG_USB_OHCI_GENERIC=y options without CONFIG_USB_OHCI_NEW and
CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS definations

Add missed definations.

Signed-off-by: Artem Lapkin <art@khadas.com>
---
 include/configs/evb_rk3399.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/evb_rk3399.h b/include/configs/evb_rk3399.h
index b7e85037..492b7b4d 100644
--- a/include/configs/evb_rk3399.h
+++ b/include/configs/evb_rk3399.h
@@ -15,4 +15,7 @@
 
 #define SDRAM_BANK_SIZE			(2UL << 30)
 
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS     2
+
 #endif
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-02  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26  9:33 [PATCH] evb_rk3399: add usb ohci definations Artem Lapkin
2021-06-01 12:15 ` Kever Yang
2021-06-02  2:33   ` Art Nikpal
2021-06-02  2:44     ` Art Nikpal
2021-06-02  7:38     ` Peter Robinson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.