]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
usb: phy: tegra: Increase Y-cable current limit to 1.2A
authorRakesh Babu Bodla <rbodla@nvidia.com>
Fri, 12 Sep 2014 06:59:16 +0000 (12:29 +0530)
committerDhiren Parmar <dparmar@nvidia.com>
Sat, 27 Sep 2014 12:30:42 +0000 (05:30 -0700)
Increase the y-cable current limit to 1.2A.

Bug 200004368

Change-Id: Idd533ea7ce27eb4600ba3a3bbb7ea2328d2c83a3
Signed-off-by: Rakesh Babu Bodla <rbodla@nvidia.com>
Reviewed-on: http://git-master/r/498249
(cherry picked from commit 81f5a42d4a6e78a8cd786ce81a32ce622bf215a0)
Reviewed-on: http://git-master/r/538421
(cherry picked from commit 7fabd3371dc466f5e725f8b93f7c411afd1e63ce)
Reviewed-on: http://git-master/r/539284
Reviewed-by: Dhiren Parmar <dparmar@nvidia.com>
Tested-by: Dhiren Parmar <dparmar@nvidia.com>
drivers/usb/phy/tegra-otg.c

index 027aa95aba894114c64eb9e4d1caaf177410e2df..1caff3d74d8979576f8b10cf434bffec5838fa90 100644 (file)
@@ -60,7 +60,7 @@
 #define DBG(stuff...)  do {} while (0)
 #endif
 
-#define YCABLE_CHARGING_CURRENT_UA 500000u
+#define YCABLE_CHARGING_CURRENT_UA 1200000u
 
 struct tegra_otg {
        struct platform_device *pdev;