mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
usb: xhci: fsl: Add workaround for USB erratum A008751
This patch is doing the following: 1. Implementing the errata for LS2080. 2. Adding fixup for fdt for LS2080. Signed-off-by: Sriram Dash <sriram.dash@nxp.com> Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
This commit is contained in:
parent
32fbd46f38
commit
ef53b8c4ce
7 changed files with 52 additions and 0 deletions
|
@ -94,5 +94,6 @@ bool has_erratum_a007798(void);
|
|||
bool has_erratum_a007792(void);
|
||||
bool has_erratum_a005697(void);
|
||||
bool has_erratum_a004477(void);
|
||||
bool has_erratum_a008751(void);
|
||||
#endif
|
||||
#endif /*_ASM_FSL_USB_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue