diff options
| author | Tom Rini <[email protected]> | 2025-06-16 09:39:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-16 09:39:31 -0600 |
| commit | 4d23c8aeaaaab1865732b11c7345bf5e2b9bb89a (patch) | |
| tree | 1f75e3727ae6806ccc996027e56d11c3eb7d2932 /drivers/usb | |
| parent | 9de873b4c3098c0662d4adaeb1cc31be4e6d2688 (diff) | |
| parent | e6eca9ea6457e79acb4e2a426f1e078842c17b25 (diff) | |
Merge tag 'u-boot-dfu-next-20250616' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next
u-boot-dfu-next-20250616
CI: https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/26704
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, |
