projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ad4e1
)
drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround
author
Rajesh Bhagat
<rajesh.bhagat@freescale.com>
Mon, 30 Nov 2015 07:01:34 +0000
(12:31 +0530)
committer
Marek Vasut
<marex@denx.de>
Sun, 6 Dec 2015 23:14:59 +0000
(
00:14
+0100)
Apply Erratum
A007792
sw workaround for T4080
Signed-off-by: Sriram Dash <sriram.dash@freescale.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@freescale.com>
Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
include/fsl_usb.h
patch
|
blob
|
history
diff --git
a/include/fsl_usb.h
b/include/fsl_usb.h
index 8e3ddedfad1b71bf5ce0c90f4001734eb6e85891..187e384305e78625568bd08c9314be70e0206302 100644
(file)
--- a/
include/fsl_usb.h
+++ b/
include/fsl_usb.h
@@
-181,6
+181,7
@@
static inline bool has_erratum_a007792(void)
switch (soc) {
case SVR_T4240:
case SVR_T4160:
+ case SVR_T4080:
return IS_SVR_REV(svr, 2, 0);
case SVR_T1024:
case SVR_T1023: