[U-Boot] [PATCH 2/2] powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization

Ran Wang ran.wang_1 at nxp.com
Mon Nov 27 02:51:55 UTC 2017


This issue is exposed after commit 9000eddbae0d
("drivers/usb/ehci: Use platform-specific accessors"),
the wrong endian way of EHCI controller programing will cause
USB function down.

Signed-off-by: Ran Wang <ran.wang_1 at nxp.com>
---
 include/configs/p1_p2_rdb_pc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h
index 1b665b2c15..c51ca27502 100644
--- a/include/configs/p1_p2_rdb_pc.h
+++ b/include/configs/p1_p2_rdb_pc.h
@@ -782,6 +782,7 @@
 #ifdef CONFIG_USB_EHCI_HCD
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 #define CONFIG_USB_EHCI_FSL
+#define CONFIG_EHCI_DESC_BIG_ENDIAN
 #endif
 #endif
 
-- 
2.14.1



More information about the U-Boot mailing list