Re: [PATCH v1 8/8] arch: a1: introduce USB initialization functionality

2023-10-03 Thread neil . armstrong
Hi, On 02/10/2023 18:58, Alexey Romanov wrote: This is entrypoint for USB stack initialization. Function board_usb_init will be called from cmd/fastboot.c code. This should not be needed anymore, using DM_USB_GADGET should work, look how it was changed for G12A/SM1 and GXL/AXG: https://lore.ke

[PATCH v1 8/8] arch: a1: introduce USB initialization functionality

2023-10-02 Thread Alexey Romanov
This is entrypoint for USB stack initialization. Function board_usb_init will be called from cmd/fastboot.c code. Signed-off-by: Alexey Romanov --- arch/arm/mach-meson/board-a1.c | 89 ++ 1 file changed, 89 insertions(+) diff --git a/arch/arm/mach-meson/board-a1.