From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 18 Aug 2017 18:08:31 +0200 Subject: [U-Boot] [U-Boot, 1/3] configs: rockchip: add USB configs for evb-rv1108 board In-Reply-To: <1502248361-7953-2-git-send-email-william.wu@rock-chips.com> References: <1502248361-7953-2-git-send-email-william.wu@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > This patch adds USB configs to support the USB OTG port(consist > of DWC2 controller) and the USB Host port(consist of EHCI and OHCI > controllers) on evb-rv1108 board, and also support fastboot over > USB and USB mass storage. > > Signed-off-by: William Wu > --- > configs/evb-rv1108_defconfig | 22 ++++++++++++++++++++++ > include/configs/rv1108_common.h | 3 +++ > 2 files changed, 25 insertions(+) > Acked-by: Philipp Tomsich