summaryrefslogtreecommitdiff
path: root/include/configs/P2041RDB.h
diff options
context:
space:
mode:
authoryinbo.zhu <yinbo.zhu@nxp.com>2018-01-18 03:40:38 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2018-02-08 03:05:14 (GMT)
commit4cbef43f0190e1c66ebce4cfdc6066cc70793e65 (patch)
tree8e8c94ca1fb6d6f585dc69cb1581ade3316baffc /include/configs/P2041RDB.h
parent901ad16cec93456576cf887eec7f9e8c202c0b04 (diff)
downloadu-boot-4cbef43f0190e1c66ebce4cfdc6066cc70793e65.tar.xz
EHCI: Fix endian access issue on EHCI intinalization
This issue is exposed after commit 9000eddbase0d ("drivers/usb/ehci: Use platform-specific accessors"), the wrong endian way of EHCI controller programing will cause USB function down. Configs Affected: P2041-40-R2.0, P3041-R2.0, P4080-40-R3.0, P5040-21-R2.1, T1024-R1.0, T1040-42-20-22-R1.1, T2080-R1.1, T4240-4160-R2.0 Signed-off-by: yinbo.zhu <yinbo.zhu@nxp.com>
Diffstat (limited to 'include/configs/P2041RDB.h')
-rw-r--r--include/configs/P2041RDB.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h
index 5f7ebe7..6b4c962 100644
--- a/include/configs/P2041RDB.h
+++ b/include/configs/P2041RDB.h
@@ -577,6 +577,7 @@ unsigned long get_board_sys_clk(unsigned long dummy);
#if defined(CONFIG_HAS_FSL_DR_USB) || defined(CONFIG_HAS_FSL_MPH_USB)
#define CONFIG_USB_EHCI_FSL
+#define CONFIG_EHCI_DESC_BIG_ENDIAN
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
#endif