diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2017-11-27 10:51:55 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-12-06 14:54:05 -0800 |
commit | 0f2296bab1417faa5973e6d6690c8be0f83ecd08 (patch) | |
tree | 8c18d0eabd5747a12ad87f489ed62de1ecf6f8f8 /include/configs/p1_p2_rdb_pc.h | |
parent | e6a727fffec7b2002edc9fdd467dea4ba0c6037a (diff) |
powerpc/p1_p2_rdb_pc: 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/p1_p2_rdb_pc.h')
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |