summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSuresh Mangipudi <smangipudi@nvidia.com>2011-08-14 18:27:30 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-08-22 16:52:18 -0700
commitb0c0c4739003928d9ab8e6ab877ca9b9a23434cd (patch)
tree21c1677e062d0d715f11fbbb94ad682b50175443 /include
parentc41b1ca05d2eb2195a651836b427ab27762939c0 (diff)
usb: fsl_udc: setting usb charging current
Setting the charging current limit through the regulator for drawing the vbus current. Bug 854993 Original-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index c4681923f21f..01fadbcde797 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -88,6 +88,7 @@ struct fsl_usb2_platform_data {
unsigned invert_pwr_fault:1;
void *phy_config;
enum fsl_usb2_phy_types usb_phy_type;
+ const char *charge_regulator;
};
/* Flags in fsl_usb2_mph_platform_data */