aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabreauto.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2024-08-30 22:43:40 -0300
committerFabio Estevam <festevam@gmail.com>2024-08-30 22:47:04 -0300
commitb16f6db6371026b1108eccf2bb29b14d656d9c35 (patch)
treec70dd922c592bfac3e0bd2433e997e5babff6444 /include/configs/mx6sabreauto.h
parent183c218a80e231710b9c8a035495db3372fced5a (diff)
downloadu-boot-b16f6db6371026b1108eccf2bb29b14d656d9c35.tar.gz
imx: Remove CFG_MXC_USB_PORTSC
The definition of CFG_MXC_USB_PORTSC as (PORT_PTS_UTMI | PORT_PTS_PTW) can be removed from mx5/mx6/mx7/mx8m board config files as it is the default in drivers/usb/host/ehci-mx5.c and drivers/usb/host/ehci-mx6.c. Suggested-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/mx6sabreauto.h')
-rw-r--r--include/configs/mx6sabreauto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h
index eb963cbb0b3..e491af3e927 100644
--- a/include/configs/mx6sabreauto.h
+++ b/include/configs/mx6sabreauto.h
@@ -11,9 +11,6 @@
#define CFG_MXC_UART_BASE UART4_BASE
#define CONSOLE_DEV "ttymxc3"
-/* USB Configs */
-#define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
-
#define CFG_SYS_I2C_PCA953X_WIDTH { {0x30, 8}, {0x32, 8}, {0x34, 8} }
#include "mx6sabre_common.h"