aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-04-21 05:17:07 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-04-21 05:17:06 -0700
commitc97a7b250605f85a0dc15f6d04d98f48a0317b19 (patch)
treea485f34495f92816ab885a0982eea617bf06dcb3
parent68a43251bbb67076ceefa0ad42d6c4d230f2dba4 (diff)
parent4ad8d1e520081f1720aee7ce984659ca17986bd2 (diff)
Merge "ARM: dts: msm: Increase the drive strength for MSM8610v2"
-rw-r--r--arch/arm/boot/dts/qcom/msm8610-v2-mtp.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8610-v2-mtp.dts b/arch/arm/boot/dts/qcom/msm8610-v2-mtp.dts
index 6541674bdf6..de94b9a4753 100644
--- a/arch/arm/boot/dts/qcom/msm8610-v2-mtp.dts
+++ b/arch/arm/boot/dts/qcom/msm8610-v2-mtp.dts
@@ -22,4 +22,6 @@
qcom,board-id = <8 0>;
};
-
+&sdc2_clk_on {
+ drive-strength = <12>; /* 12 MA */
+};