]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: Migrate to use USB_DWC3_GENERIC on RK3328
authorJonas Karlman <jonas@kwiboo.se>
Tue, 8 Oct 2024 19:27:16 +0000 (19:27 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 25 Oct 2024 12:49:23 +0000 (20:49 +0800)
commitc099b246ee990e87f44b4967acf1179fa53be019
tree632582a3917e84a2375cdb55f55b3c02b92e27b0
parentbcc7eefa4c6cce0c719296dcdc40a353160633fc
rockchip: Migrate to use USB_DWC3_GENERIC on RK3328

After the full convertion of usb gadget interrupt handling to
usb_gadget_generic_ops, it is now possible to use DM_USB_GADGET,
DWC2_OTG and DWC3_GENERIC together without causing a build error.

Change to use USB_DWC3_GENERIC instead of USB_XHCI_DWC3 to complte the
migration initiated in commit 1bc4e8eb1d7f ("rockchip: Migrate to use
DM_USB_GADGET on RK3328"). No functional change is intended.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/evb-rk3328_defconfig
configs/nanopi-r2c-plus-rk3328_defconfig
configs/nanopi-r2c-rk3328_defconfig
configs/nanopi-r2s-rk3328_defconfig
configs/orangepi-r1-plus-lts-rk3328_defconfig
configs/orangepi-r1-plus-rk3328_defconfig