U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Meng Dongyang <daniel.meng@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 01/10] configs: rk3328: add support for usb and config ehci and ohci driver
Date: Tue,  6 Jun 2017 18:31:33 +0800	[thread overview]
Message-ID: <1496745102-28267-2-git-send-email-daniel.meng@rock-chips.com> (raw)
In-Reply-To: <1496745102-28267-1-git-send-email-daniel.meng@rock-chips.com>

Add defconfig for usb and ehci and ohci controller, config maximal
number of ports of the root hub for ohci driver.

Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

Changes in v3: None
Changes in v2: None

 configs/evb-rk3328_defconfig    | 8 ++++++++
 include/configs/rk3328_common.h | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/configs/evb-rk3328_defconfig b/configs/evb-rk3328_defconfig
index 96241f6..a4312b2 100644
--- a/configs/evb-rk3328_defconfig
+++ b/configs/evb-rk3328_defconfig
@@ -31,3 +31,11 @@ CONFIG_SYS_NS16550=y
 CONFIG_SYSRESET=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_ERRNO_STR=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_CMD_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
+CONFIG_USB_OHCI_HCD=y
+CONFIG_USB_OHCI_GENERIC=y
diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h
index b0dcd48..96b71c3 100644
--- a/include/configs/rk3328_common.h
+++ b/include/configs/rk3328_common.h
@@ -61,4 +61,7 @@
 
 #endif
 
+/* rockchip ohci host driver */
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	1
 #endif
-- 
1.9.1

  reply	other threads:[~2017-06-06 10:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-06 10:31 [U-Boot] [PATCH v3 00/10] rk3328: add support of usb host and gadget Meng Dongyang
2017-06-06 10:31 ` Meng Dongyang [this message]
2017-06-06 10:31 ` [U-Boot] [PATCH v3 02/10] rockchip: dts: rk3328: add ehci and ohci node and enable host0 port Meng Dongyang
2017-06-06 10:31 ` [U-Boot] [PATCH v3 03/10] configs: rk3328: config xhci controller Meng Dongyang
2017-06-06 10:31 ` [U-Boot] [PATCH v3 04/10] usb: host: xhci-rockchip: add support for rk3328 Meng Dongyang
2017-06-06 15:03   ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496745102-28267-2-git-send-email-daniel.meng@rock-chips.com \
    --to=daniel.meng@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox