Add low level USB init
authorPiotr Dymacz <pepe2k@gmail.com>
Wed, 16 Aug 2017 20:32:38 +0000 (22:32 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 20 Aug 2017 12:52:06 +0000 (14:52 +0200)
commit6020424ed80e7c80cdb605e8e205bf7b798be950
tree54863ec938295a352c316913cbc8d3a7bef72eed
parent35e203c2bf18ae7ed01040b04477854f9cb6ca97
Add low level USB init

In case of some devices (mostly TP-Link), kernel from their vendor
firmware doesn't fully initialize USB. This solves problems with
not-functioning USB in vendor firmware on QCA9531 (for now) based
devices.
u-boot/Makefile
u-boot/cpu/mips/ar7240/Makefile
u-boot/cpu/mips/ar7240/qca_usb.c [new file with mode: 0644]
u-boot/include/common.h
u-boot/include/soc/qca_soc_common.h
u-boot/lib_mips/board.c