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>
This commit is contained in:
@@ -55,8 +55,6 @@
|
||||
#if defined(CONFIG_SPL_USB_HOST) || !defined(CONFIG_SPL_BUILD)
|
||||
#define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1
|
||||
#define CONFIG_USB_XHCI_OMAP
|
||||
|
||||
#define CONFIG_AM437X_USB2PHY2_HOST
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_USB_GADGET)
|
||||
|
||||
@@ -51,8 +51,6 @@
|
||||
/* USB xHCI HOST */
|
||||
#define CONFIG_USB_XHCI_OMAP
|
||||
|
||||
#define CONFIG_OMAP_USB3PHY1_HOST
|
||||
|
||||
/* SATA */
|
||||
#define CONFIG_SCSI_AHCI_PLAT
|
||||
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
|
||||
/* USB support */
|
||||
#define CONFIG_USB_XHCI_OMAP
|
||||
#define CONFIG_AM437X_USB2PHY2_HOST
|
||||
|
||||
/* Power */
|
||||
#define CONFIG_POWER_TPS65218
|
||||
|
||||
@@ -77,8 +77,6 @@
|
||||
/* USB xHCI HOST */
|
||||
#define CONFIG_USB_XHCI_OMAP
|
||||
|
||||
#define CONFIG_OMAP_USB2PHY2_HOST
|
||||
|
||||
/* SATA */
|
||||
#define CONFIG_SCSI_AHCI_PLAT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user