diff options
author | Suresh Mangipudi <smangipudi@nvidia.com> | 2011-08-14 18:27:30 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-08-15 16:54:03 -0700 |
commit | 8fcdb169f9cfb45bfef3fc8511c4fc4f477af8da (patch) | |
tree | 13d4f68f6964417aa1318f18cf252bab0bf59446 /include | |
parent | 8a80c72c3f2aa47fe52ae45fa2748e561dfc2470 (diff) |
usb: fsl_udc: setting usb charging current
Setting the charging current limit through
the regulator for drawing the vbus current.
Bug 854993
Change-Id: I4e1d3578de7f234f7fc9cd1af09fdd1d9dc227d9
Reviewed-on: http://git-master/r/46704
Reviewed-by: Suresh Mangipudi <smangipudi@nvidia.com>
Tested-by: Suresh Mangipudi <smangipudi@nvidia.com>
Reviewed-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.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 9517375ba9f7..5878d0bd96af 100644 --- a/include/linux/fsl_devices.h +++ b/include/linux/fsl_devices.h @@ -72,6 +72,7 @@ struct fsl_usb2_platform_data { unsigned int port_enables; void *phy_config; enum fsl_usb2_phy_types usb_phy_type; + const char *charge_regulator; }; /* Flags in fsl_usb2_mph_platform_data */ |