commit | 67f97d1bcafca0236eaf1c195e2bda9ae8d05fc5 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Sun Mar 10 18:50:58 2024 +0000 |
committer | Kever Yang <kever.yang@rock-chips.com> | Thu Mar 14 18:19:27 2024 +0800 |
tree | 146efbf99d1c196901bd57ece3976abc76295385 | |
parent | cec2b2a82acfa2d7bbfdd7ff357f832674488da3 [diff] |
rockchip: board: Prepare for use of DM_USB_GADGET with DWC2_OTG The board_usb_init() and board_usb_cleanup() functions is always included when USB_GADGET and USB_GADGET_DWC2_OTG is enabled. Prepare for a change to use DM_USB_GADGET with DWC2_OTG by adding an extra ifdef condition. The extra separate ifdef for USB_GADGET prepare for next patch that adds a g_dnl_bind_fixup() function. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>