]> git.sur5r.net Git - u-boot/commit
usb: dwc2: Call board_usb_init() from usb_lowlevel_init()
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 29 Jul 2015 21:39:29 +0000 (22:39 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 5 Aug 2015 15:20:34 +0000 (17:20 +0200)
commit93b9957894f062b24f7985374d5546d700f0d382
tree36e864452eb17e0929b8a0087f0faa07c231d647
parente22b1a54942d9003b10564325a34e3cf767556ce
usb: dwc2: Call board_usb_init() from usb_lowlevel_init()

This patch makes the dwc2 controller like ehci / ohci / xhci controllers
by calling the board_usb_init() function from usb_lowlevel_init.

This can then be implemented by specific platforms to initialise
their USB hardware (phys / clocks etc).

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
drivers/usb/host/dwc2.c