diff options
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r-- | include/linux/fsl_devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index d5f9a7431bd0..4eb56ed75fbc 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h | |||
@@ -66,6 +66,7 @@ struct fsl_usb2_platform_data { | |||
66 | enum fsl_usb2_operating_modes operating_mode; | 66 | enum fsl_usb2_operating_modes operating_mode; |
67 | enum fsl_usb2_phy_modes phy_mode; | 67 | enum fsl_usb2_phy_modes phy_mode; |
68 | unsigned int port_enables; | 68 | unsigned int port_enables; |
69 | unsigned int workaround; | ||
69 | 70 | ||
70 | int (*init)(struct platform_device *); | 71 | int (*init)(struct platform_device *); |
71 | void (*exit)(struct platform_device *); | 72 | void (*exit)(struct platform_device *); |
@@ -84,6 +85,8 @@ struct fsl_usb2_platform_data { | |||
84 | #define FSL_USB2_PORT0_ENABLED 0x00000001 | 85 | #define FSL_USB2_PORT0_ENABLED 0x00000001 |
85 | #define FSL_USB2_PORT1_ENABLED 0x00000002 | 86 | #define FSL_USB2_PORT1_ENABLED 0x00000002 |
86 | 87 | ||
88 | #define FLS_USB2_WORKAROUND_ENGCM09152 (1 << 0) | ||
89 | |||
87 | struct spi_device; | 90 | struct spi_device; |
88 | 91 | ||
89 | struct fsl_spi_platform_data { | 92 | struct fsl_spi_platform_data { |