diff options
author | Peter Chen <peter.chen@freescale.com> | 2012-02-10 10:39:37 +0800 |
---|---|---|
committer | Peter Chen <peter.chen@freescale.com> | 2012-02-10 13:54:39 +0800 |
commit | 3dbc85ad1da25dfdbd33af34219dda2014477636 (patch) | |
tree | 95ab7a8935b495ecea92848daeec460dd59a20cb /include | |
parent | 6999a205eb4afef4e746678e926f7ee8a5bb301a (diff) |
ENGR00174128-3 Revert "Remove the discharge for VBUS and DP -3"
This reverts commit cc9616316bf044382ec422da5a6d4ed007235a3d.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index cc243ba93c36..e96cca48cbf8 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -124,6 +124,7 @@ struct fsl_usb2_platform_data { void (*wakeup_handler)(struct fsl_usb2_platform_data *); void (*hsic_post_ops)(void); void (*hsic_device_connected)(void); + void (*gadget_discharge_dp) (bool); struct fsl_usb2_wakeup_platform_data *wakeup_pdata; struct platform_device *pdev; |