Searched hist:"55 efadde7edee407a14c7cbf418c82b30a94faa8" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/board/ti/am57xx/ |
| H A D | board.c | 55efadde7edee407a14c7cbf418c82b30a94faa8 Mon May 23 14:37:48 UTC 2016 Roger Quadros <rogerq@ti.com> ARM: AM57xx: AM43xx: Fix USB host
CONFIG_USB_XHCI_OMAP can be set for host mode without setting CONFIG_USB_DWC3 which is meant for gadget mode only. board_usb_init() was not being defined for CONFIG_USB_XHCI_OMAP resulting in a data abort on usb start.
Define board_usb_init() for CONFIG_USB_XHCI_OMAP case. Move gadget specific handling to within CONFIG_USB_DWC3.
Fixes: 6f1af1e358b7 ("board: ti: invoke clock API to enable and disable clocks") Signed-off-by: Roger Quadros <rogerq@ti.com>
|
| /rk3399_rockchip-uboot/board/ti/am43xx/ |
| H A D | board.c | 55efadde7edee407a14c7cbf418c82b30a94faa8 Mon May 23 14:37:48 UTC 2016 Roger Quadros <rogerq@ti.com> ARM: AM57xx: AM43xx: Fix USB host
CONFIG_USB_XHCI_OMAP can be set for host mode without setting CONFIG_USB_DWC3 which is meant for gadget mode only. board_usb_init() was not being defined for CONFIG_USB_XHCI_OMAP resulting in a data abort on usb start.
Define board_usb_init() for CONFIG_USB_XHCI_OMAP case. Move gadget specific handling to within CONFIG_USB_DWC3.
Fixes: 6f1af1e358b7 ("board: ti: invoke clock API to enable and disable clocks") Signed-off-by: Roger Quadros <rogerq@ti.com>
|