]> git.ipfire.org Git - people/ms/u-boot.git/commit
include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:08 +0000 (18:40 +0530)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:10 +0000 (05:48 +0200)
commit93c3763810670a8feedcf097be09f264839d368c
tree90d204134f511d8c8d3cfbc4af5de8c9b27540c9
parent3f52e1b98527a8943718871f85de10d37a24f011
include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data

Added a structure to populate dwc3 omap platform data. The board file should
populate these platform data before invoking dwc3 omap driver.

This will be removed once dwc3-omap driver is adapted to use the driver model.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/dwc3/dwc3-omap.c
include/dwc3-omap-uboot.h [new file with mode: 0644]