diff options
author | Ran Wang <ran.wang_1@nxp.com> | 2017-11-27 10:51:54 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-12-06 14:53:58 -0800 |
commit | e6a727fffec7b2002edc9fdd467dea4ba0c6037a (patch) | |
tree | a2775c8c3d5e97eff0886ffcace6d5635f4a06ff /include/configs/T104xRDB.h | |
parent | 9da7fb4a39149c3061cb148bfbaa76b4b52b9008 (diff) |
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/configs/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 2dbeffdd2a..9d82e1be78 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 |