
This is the port of Mattijs work at [1] for G12A over GXL & AXG.
It uses the same design and should work as-is, it still needs to be be extensively tested over the main GXL & AXG boards.
[1] https://lore.kernel.org/all/20221024-meson-dm-usb-v1-0-2ab077a503b9@baylibre...
To: Marek Vasut marex@denx.de To: Vyacheslav Bocharov adeep@lexina.in Cc: u-boot-amlogic@groups.io Cc: u-boot@lists.denx.de Cc: Mattijs Korpershoek mkorpershoek@baylibre.com Signed-off-by: Neil Armstrong neil.armstrong@linaro.org
--- Neil Armstrong (2): usb: dwc3-meson-gxl: force mode on child add/removal ARM: meson: switch AXG & GX dwc2 otg to DM
arch/arm/mach-meson/board-axg.c | 129 --------------------------------- arch/arm/mach-meson/board-gx.c | 137 ----------------------------------- configs/jethub_j100_defconfig | 1 + configs/jethub_j80_defconfig | 1 + configs/khadas-vim2_defconfig | 1 + configs/khadas-vim_defconfig | 1 + configs/libretech-ac_defconfig | 1 + configs/libretech-cc_defconfig | 1 + configs/libretech-s905d-pc_defconfig | 1 + configs/libretech-s912-pc_defconfig | 1 + configs/s400_defconfig | 1 + configs/wetek-core2_defconfig | 1 + drivers/usb/dwc3/dwc3-meson-gxl.c | 18 +++++ 13 files changed, 28 insertions(+), 266 deletions(-) --- base-commit: b96640cbfb319071aea7915cfa2f7aefe08bbc08 change-id: 20230117-u-boot-usb-gxl-otg-dm-013ee8718190
Best regards,