aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/fsl_devices.h
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2019-01-17 09:10:55 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-18 10:02:09 +0100
commit5f620bb6439ea8f354cfe4c7d47887df9d3acaf0 (patch)
tree841eb8733dcfd70f108fae69c3c917b7e2bc6384 /include/linux/fsl_devices.h
parentusb: kconfig: remove dependency FSL_SOC for ehci fsl driver (diff)
downloadwireguard-linux-5f620bb6439ea8f354cfe4c7d47887df9d3acaf0.tar.xz
wireguard-linux-5f620bb6439ea8f354cfe4c7d47887df9d3acaf0.zip
drivers: usb :fsl: Remove USB Errata checking code
Remove USB errata checking code from driver. Applicability of erratum is retrieved by reading corresponding property in device tree. This property is written during device tree fixup. Besides, replace spaces with tabs to make code aligned. Signed-off-by: Ramneek Mehresh <ramneek.mehresh@nxp.com> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com> Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com> Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r--include/linux/fsl_devices.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 60cef8227534..5da56a674f2f 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -98,10 +98,11 @@ struct fsl_usb2_platform_data {
unsigned suspended:1;
unsigned already_suspended:1;
- unsigned has_fsl_erratum_a007792:1;
- unsigned has_fsl_erratum_a005275:1;
+ unsigned has_fsl_erratum_a007792:1;
+ unsigned has_fsl_erratum_14:1;
+ unsigned has_fsl_erratum_a005275:1;
unsigned has_fsl_erratum_a005697:1;
- unsigned check_phy_clk_valid:1;
+ unsigned check_phy_clk_valid:1;
/* register save area for suspend/resume */
u32 pm_command;