[U-Boot] [PATCH 0/4] enable the host controller for rk3036

Kever Yang kever.yang at rock-chips.com
Tue Nov 8 11:13:38 CET 2016


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



More information about the U-Boot mailing list