mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
dwc3: core: add support for multiple dwc3 controllers
Added support for multiple dwc3 controllers. This gives uboot the capability to control multiple dwc3 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
8e1906a81f
commit
793d347f53
@ -33,8 +33,9 @@ struct dwc3_device {
|
||||
unsigned dis_u2_susphy_quirk;
|
||||
unsigned tx_de_emphasis_quirk;
|
||||
unsigned tx_de_emphasis;
|
||||
int index;
|
||||
};
|
||||
|
||||
int dwc3_uboot_init(struct dwc3_device *dev);
|
||||
void dwc3_uboot_exit(void);
|
||||
void dwc3_uboot_exit(int index);
|
||||
#endif /* __DWC3_UBOOT_H_ */
|
||||
|
Reference in New Issue
Block a user