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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot