summaryrefslogtreecommitdiff
path: root/include/linux/fsl_devices.h
diff options
context:
space:
mode:
authorSuresh Mangipudi <smangipudi@nvidia.com>2011-08-14 18:27:30 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:17 -0800
commit9d6b71c8e8bf85c350951e4f8c3a1cb5ba54bac0 (patch)
tree81c2ae38cbb2595baa0fad85b95820e9b3ce870d /include/linux/fsl_devices.h
parentd540f7650771617c58cee51d1223888dd37d1ad0 (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> Rebase-Id: R2a322c109bfc6f08455bf02069d6fb3828f3534e
Diffstat (limited to 'include/linux/fsl_devices.h')
-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 a8a4ead84332..0050fc784394 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -105,6 +105,7 @@ struct fsl_usb2_platform_data {
void *phy_config;
enum fsl_usb2_phy_types usb_phy_type;
+ const char *charge_regulator;
};
/* Flags in fsl_usb2_mph_platform_data */