aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias.schiffer@ew.tq-group.com>2021-09-20 15:37:23 +0200
committerRamon Fried <rfried.dev@gmail.com>2021-09-28 18:50:55 +0300
commitbc31f6a1b1c17763894ebd8075bcb4620b625317 (patch)
treeff1af3fe1575b40e890f245fe23c1f2de7e27764 /include
parentdaa632907e32c1ab348ffc0c88dbce064ab0c468 (diff)
downloadu-boot-bc31f6a1b1c17763894ebd8075bcb4620b625317.zip
u-boot-bc31f6a1b1c17763894ebd8075bcb4620b625317.tar.gz
u-boot-bc31f6a1b1c17763894ebd8075bcb4620b625317.tar.bz2
include/configs: replace MXC_EHCI_MODE_SERIAL with PORT_PTS_SERIAL
The MXC_EHCI_MODE_ definitions are redundant. Replace MXC_EHCI_MODE_SERIAL with the equivalent PORT_PTS_SERIAL. Only the zmx25 platform is affected. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/zmx25.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h
index 88a8854..8b571da 100644
--- a/include/configs/zmx25.h
+++ b/include/configs/zmx25.h
@@ -57,7 +57,7 @@
#define CONFIG_USB_EHCI_MXC
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
#define CONFIG_MXC_USB_PORT 1
-#define CONFIG_MXC_USB_PORTSC MXC_EHCI_MODE_SERIAL
+#define CONFIG_MXC_USB_PORTSC PORT_PTS_SERIAL
#define CONFIG_MXC_USB_FLAGS (MXC_EHCI_INTERNAL_PHY | MXC_EHCI_IPPUE_DOWN)
#define CONFIG_EHCI_IS_TDI
#endif /* CONFIG_CMD_USB */