diff options
| author | Tom Rini <[email protected]> | 2025-06-16 07:53:11 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-16 07:53:11 -0600 |
| commit | 17012e3068d047ad71460f039eeb0c3be63f82a0 (patch) | |
| tree | 437f970f041afa2ceef151e647c44b5f7d8ba6cc /drivers/usb | |
| parent | c5afa1fef49f55146e78d6157470520391c40eca (diff) | |
| parent | e6eca9ea6457e79acb4e2a426f1e078842c17b25 (diff) | |
Merge tag 'u-boot-dfu-20250616' of https://source.denx.de/u-boot/custodians/u-boot-dfu
u-boot-dfu-20250616
CI: https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/26696
Usb gadget:
- Fix ti_musb driver in gadget mode (with DM_USB_GADGET)
DFU:
- mmc/scsi backends when using 10 or more partitions
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/musb-new/ti-musb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb-new/ti-musb.c b/drivers/usb/musb-new/ti-musb.c index ec1baa9337d..967d0953875 100644 --- a/drivers/usb/musb-new/ti-musb.c +++ b/drivers/usb/musb-new/ti-musb.c @@ -282,7 +282,6 @@ U_BOOT_DRIVER(ti_musb_peripheral) = { .ops = &ti_musb_gadget_ops, .probe = ti_musb_peripheral_probe, .remove = ti_musb_peripheral_remove, - .ops = &musb_usb_ops, .plat_auto = sizeof(struct ti_musb_plat), .priv_auto = sizeof(struct ti_musb_peripheral), .flags = DM_FLAG_PRE_RELOC, |
