diff options
| author | Peter Chen <peter.chen@freescale.com> | 2012-03-06 11:11:45 +0800 |
|---|---|---|
| committer | Eric Nelson <eric.nelson@boundarydevices.com> | 2012-08-28 09:44:11 -0700 |
| commit | 2d363098ed5bf54eab21aa6d1ffb55e346bb11c3 (patch) | |
| tree | db810bcd4f27635116ffc0e8c2938320fa7ec9bd /include | |
| parent | 772011fa5a6226682b06a30bf92e72ea340c4558 (diff) | |
ENGR00176061-2 usb: otg: add discharge vbus flag
Add discharge vbus flag
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fsl_devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h index 72544b3d6744..dd9549213ed5 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -130,6 +130,8 @@ struct fsl_usb2_platform_data { * is disconnected with Host. */ void (*dr_discharge_line) (bool); + /* only set it when vbus lower very slow during OTG switch */ + bool need_discharge_vbus; struct fsl_usb2_wakeup_platform_data *wakeup_pdata; struct platform_device *pdev; |
