commit | 26e57e5a59c9ae69940908786872c726dc4463cc | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Mar 21 21:33:27 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:45 2022 -0400 |
tree | c31e46df4acd40ad5fa95ace6d5d7fb0a82fa725 | |
parent | d2d3097121ccc1ee80c17f8f0b1f3a12020298e3 [diff] |
am33xx: musb: Remove unused configuration logic 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 <trini@konsulko.com>