
On Tue, Jun 30, 2020 at 12:14 PM Tom Rini trini@konsulko.com wrote:
On Tue, Jun 30, 2020 at 12:07:51PM -0500, Adam Ford wrote:
On Tue, Jun 30, 2020 at 11:56 AM Tom Rini trini@konsulko.com wrote:
Disable USB support for now. There is non-trivial work required to fully move the OMAP3 platforms to DM. While this work is in-progress, disable USB support for now as we've gone well past the migration deadline.
Cc: Adam Ford aford173@gmail.com Signed-off-by: Tom Rini trini@konsulko.com
I don't have a beagle, but I have DM_USB working on two different OMAP3 boards. I am curious to know what's left or what's not working.
Oh? I thought when we talked last there was still more to do to fully migrate things over. Where should I check again to see what I need to do on beagle to convert it over? Thanks!
With [1], the DM support for the EHCI controller was added. There is still some work to be done to make it better, because there are still some #defines that need to assign the reset GPIO's. Ideally we'd get rid of the GPIO defines and use the device tree to address the reset. It isn't perfect, but it's better than having no USB at all. The am3517_evm and omap3_logic_somlv have them working. Make sure the board files have the legacy USB stuff removed [2]
[1] - https://gitlab.denx.de/u-boot/u-boot/-/commit/94ed66194f150c308d1713965a28ab... [2] - https://gitlab.denx.de/u-boot/u-boot/-/commit/76f6d52e61a1968702af69d6cea463...
Let me know if there is anything I can do to help.
adam
-- Tom