public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] enable the host controller for rk3036
@ 2016-11-08 10:13 Kever Yang
  2016-11-08 10:13 ` [U-Boot] [PATCH 1/4] config: rk3036: enable configs for USB HOST Kever Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Kever Yang @ 2016-11-08 10:13 UTC (permalink / raw)
  To: u-boot


To enable usb host function, you need:
- enable the host port power, usually controled by a gpio named
  vbus_drv;
- enable the controller driver like dwc2;
- enable the usb framework like CONFIG_CMD_USB and CONFIG_USB;
- enable the usb function like storage or ether;



Kever Yang (4):
  config: rk3036: enable configs for USB HOST
  config: rk3036: enable fix regulator
  dts: arm: rk3036: add usb vbus node
  rk3036: enable the vbus regulator when borad_init

 arch/arm/dts/rk3036-sdk.dts           | 37 +++++++++++++++++++++++++++++++----
 arch/arm/mach-rockchip/rk3036-board.c | 20 +++++++++++++++++++
 configs/kylin-rk3036_defconfig        |  4 ++++
 include/configs/rk3036_common.h       |  7 +++++++
 4 files changed, 64 insertions(+), 4 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-11-25 19:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 10:13 [U-Boot] [PATCH 0/4] enable the host controller for rk3036 Kever Yang
2016-11-08 10:13 ` [U-Boot] [PATCH 1/4] config: rk3036: enable configs for USB HOST Kever Yang
2016-11-11 16:16   ` Simon Glass
2016-11-25 19:38     ` Simon Glass
2016-11-08 10:13 ` [U-Boot] [PATCH 2/4] config: rk3036: enable fix regulator Kever Yang
2016-11-11 16:17   ` Simon Glass
2016-11-25 19:38     ` Simon Glass
2016-11-08 10:13 ` [U-Boot] [PATCH 3/4] dts: arm: rk3036: add usb vbus node Kever Yang
2016-11-11 16:17   ` Simon Glass
2016-11-25 19:38     ` Simon Glass
2016-11-08 10:13 ` [U-Boot] [PATCH 4/4] rk3036: enable the vbus regulator when borad_init Kever Yang
2016-11-11 16:17   ` Simon Glass
2016-11-14 10:07     ` Kever Yang
2016-11-14 20:44       ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox