Re: [PATCH 1/7] am33xx: musb: Remove unused configuration logic

2022-04-01 Thread Tom Rini
On Mon, Mar 21, 2022 at 09:33:27PM -0400, Tom Rini wrote: > At this point DM and OF_CONTROL are used to configure how the USB ports > are enabled, with the exception of in SPL and no SPL_OF_CONTROL. Remove > a bunch of now unused logic to simplify the code. > > Signed-off-by: Tom Rini For the

[PATCH 1/7] am33xx: musb: Remove unused configuration logic

2022-03-21 Thread Tom Rini
At this point DM and OF_CONTROL are used to configure how the USB ports are enabled, with the exception of in SPL and no SPL_OF_CONTROL. Remove a bunch of now unused logic to simplify the code. Signed-off-by: Tom Rini --- arch/arm/mach-omap2/am33xx/board.c | 82 +++--- 1