mirror of
https://xff.cz/git/u-boot/
synced 2026-04-10 01:00:01 +02:00
Merge tag 'u-boot-amlogic-20190910' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
- Add support for dis_u2_susphy_quirk in the xhci-dwc3 driver to fix boot when a device is plugged only in the OTG capable port for libretech-ac and libretech-cc
This commit is contained in:
@@ -150,6 +150,9 @@ static int xhci_dwc3_probe(struct udevice *dev)
|
||||
if (dev_read_bool(dev, "snps,dis-u2-freeclk-exists-quirk"))
|
||||
reg &= ~DWC3_GUSB2PHYCFG_U2_FREECLK_EXISTS;
|
||||
|
||||
if (dev_read_bool(dev, "snps,dis_u2_susphy_quirk"))
|
||||
reg &= ~DWC3_GUSB2PHYCFG_SUSPHY;
|
||||
|
||||
writel(reg, &dwc3_reg->g_usb2phycfg[0]);
|
||||
|
||||
dr_mode = usb_get_dr_mode(dev_of_offset(dev));
|
||||
|
||||
Reference in New Issue
Block a user