commit | 73926170c92d827bc50b05ccc660b1e31a8f5c46 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Sep 12 20:32:21 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 27 21:38:34 2021 -0400 |
tree | a4d9f979de26d783b9290e7d6a43f2e0bfefee5d | |
parent | 4d014028eeeef4a270c0c380a71bd9c589d3f1bd [diff] |
usb: phy: ti: Remove non-DM PHY code At this point in time, all platforms that had previously used drivers/usb/phy/omap_usb_phy.c have been migrated to DM and related options. Remove this now unused code and some related unused defines. Signed-off-by: Tom Rini <trini@konsulko.com>