mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-03 21:11:30 +00:00
powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization
This issue is exposed after commit 9000eddbae
("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>
This commit is contained in:
parent
e6a727fffe
commit
0f2296bab1
1 changed files with 1 additions and 0 deletions
|
@ -782,6 +782,7 @@
|
||||||
#ifdef CONFIG_USB_EHCI_HCD
|
#ifdef CONFIG_USB_EHCI_HCD
|
||||||
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
|
||||||
#define CONFIG_USB_EHCI_FSL
|
#define CONFIG_USB_EHCI_FSL
|
||||||
|
#define CONFIG_EHCI_DESC_BIG_ENDIAN
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue