From: Eddie Cai <eddie.cai.linux@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 4/4] rockchip: usb: enable rockusb on rk3288 based board
Date: Wed, 3 May 2017 14:50:02 +0800 [thread overview]
Message-ID: <1493794202-18441-5-git-send-email-eddie.cai.linux@gmail.com> (raw)
In-Reply-To: <1493794202-18441-1-git-send-email-eddie.cai.linux@gmail.com>
all rk3288 based boards support rockusb, so enable it
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Changes in v4:
-move to rk3288_common.h
Changes in v3:
-move to defconfig
---
include/configs/rk3288_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index e7a8f72..27717dd 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -80,6 +80,8 @@
#define CONFIG_G_DNL_MANUFACTURER "Rockchip"
#define CONFIG_G_DNL_VENDOR_NUM 0x2207
#define CONFIG_G_DNL_PRODUCT_NUM 0x320a
+#define CONFIG_USB_FUNCTION_ROCKUSB
+#define CONFIG_CMD_ROCKUSB
/* usb host support */
#ifdef CONFIG_CMD_USB
--
1.9.1
prev parent reply other threads:[~2017-05-03 6:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-03 6:49 [U-Boot] [PATCH V4 0/4] introduce Rockchip rockusb Eddie Cai
2017-05-03 6:49 ` [U-Boot] [PATCH V4 1/4] usb: rockchip: add the rockusb gadget Eddie Cai
2017-05-03 21:19 ` Lukasz Majewski
2017-05-03 6:50 ` [U-Boot] [PATCH V4 2/4] usb: rockchip: add rockusb command Eddie Cai
2017-05-03 6:50 ` [U-Boot] [PATCH V4 3/4] rockchip:usb: add a simple readme for rockusb Eddie Cai
2017-05-03 6:50 ` Eddie Cai [this message]
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=1493794202-18441-5-git-send-email-eddie.cai.linux@gmail.com \
--to=eddie.cai.linux@gmail.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 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.