summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2017-11-27 02:51:54 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-12-26 13:35:59 (GMT)
commitf923b4ba41da2bf7b6d2884d0845ca3925cd1ba9 (patch)
treef201e4d9757eec1222264c57beb19527041419b0 /include
parent687cff8594258a04eb3b7aa6698dd2286b717344 (diff)
downloadu-boot-f923b4ba41da2bf7b6d2884d0845ca3925cd1ba9.tar.xz
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')
-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