]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: board: Remove dwc3 usb init and gadget handler functions
authorJonas Karlman <jonas@kwiboo.se>
Sun, 12 Nov 2023 17:48:58 +0000 (17:48 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 19 Jan 2024 02:57:36 +0000 (10:57 +0800)
commitbcbd9a6f5c26b7caf043e785657df64c6e385fc0
tree81680b3f6aeb52db85848217d434e30e8224ac94
parente1f83dd59282c71c38e00f18f0dead75e1b9218e
rockchip: board: Remove dwc3 usb init and gadget handler functions

Remove board_usb_init() and dm_usb_gadget_handle_interrupts() functions
related to dwc3, they use e.g. a hard-coded reg address for RK3399 and
are obsolete with use of DM_USB_GADGET.

Use of DM_USB_GADGET, USB_DWC3_GENERIC and USB_DWC3_GADGET have replaced
same feature provided by the removed functions on RK3399 boards.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/Kconfig
arch/arm/mach-rockchip/board.c
configs/nanopc-t6-rk3588_defconfig
configs/orangepi-5-plus-rk3588_defconfig
configs/orangepi-5-rk3588s_defconfig
configs/rock5a-rk3588s_defconfig
configs/rock5b-rk3588_defconfig