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

Added a structure to populate dwc3 core platform data. The board file should
populate these platform data before invoking dwc3 driver.
This will be removed once we have dwc3 driver adapted to use the driver model.

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