mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
8e1906a81f
commit
793d347f53
3 changed files with 30 additions and 9 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue