aboutsummaryrefslogtreecommitdiff
path: root/include/configs/T104xRDB.h
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2017-11-27 10:51:54 +0800
committerYork Sun <york.sun@nxp.com>2017-12-06 14:53:58 -0800
commite6a727fffec7b2002edc9fdd467dea4ba0c6037a (patch)
treea2775c8c3d5e97eff0886ffcace6d5635f4a06ff /include/configs/T104xRDB.h
parent9da7fb4a39149c3061cb148bfbaa76b4b52b9008 (diff)
downloadu-boot-e6a727fffec7b2002edc9fdd467dea4ba0c6037a.zip
u-boot-e6a727fffec7b2002edc9fdd467dea4ba0c6037a.tar.gz
u-boot-e6a727fffec7b2002edc9fdd467dea4ba0c6037a.tar.bz2
powerpc/T104xRDB: Fix endian access issue on EHCI intinalization
This issue is exposed after commit 9000eddbae0d ("drivers/usb/ehci: Use platform-specific accessors"), the wrong endianness of EHCI controller programing will cause USB function down. Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/T104xRDB.h')
-rw-r--r--include/configs/T104xRDB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index 2dbeffd..9d82e1b 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -634,6 +634,7 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
#ifdef CONFIG_USB_EHCI_HCD
#define CONFIG_USB_EHCI_FSL
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_EHCI_DESC_BIG_ENDIAN
#endif
#endif