mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
Added support for multiple dwc3 omap controllers. This gives uboot the capability to control multiple dwc3 omap controllers. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
This commit is contained in:

committed by
Marek Vasut

parent
c241d7eee4
commit
57207657a1
@ -21,10 +21,11 @@ enum omap_dwc3_vbus_id_status {
|
||||
|
||||
struct dwc3_omap_device {
|
||||
void *base;
|
||||
int index;
|
||||
enum dwc3_omap_utmi_mode utmi_mode;
|
||||
enum omap_dwc3_vbus_id_status vbus_id_status;
|
||||
};
|
||||
|
||||
int dwc3_omap_uboot_init(struct dwc3_omap_device *dev);
|
||||
void dwc3_omap_uboot_exit(void);
|
||||
void dwc3_omap_uboot_exit(int index);
|
||||
#endif /* __DWC3_OMAP_UBOOT_H_ */
|
||||
|
Reference in New Issue
Block a user