aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHemant Hariyani2013-07-17 22:14:26 -0500
committerPraneeth Bajjuri2013-07-18 20:56:18 -0500
commitfec97030fa9b15d9eec7f5a8a3f33c3b39871117 (patch)
tree2fb4de36d02992d26fa416cfa5abf14a8d485434
parentd6148ab51574e9288e277434c6955a78decfb2e6 (diff)
downloadkernel-audio-fec97030fa9b15d9eec7f5a8a3f33c3b39871117.tar.gz
kernel-audio-fec97030fa9b15d9eec7f5a8a3f33c3b39871117.tar.xz
kernel-audio-fec97030fa9b15d9eec7f5a8a3f33c3b39871117.zip
arm: dts: dra7xx: Add voltage-tolerance to avs_mpu and avs_gpu
Without voltage tolerance, regulator code tries to set exact voltage and this results in a falilure if this value differs even slightly from what pmic expects. Adding a voltage-tolerance of 1% handles the case where these voltage values differ slightly. Signed-off-by: Hemant Hariyani <hemanthariyani@ti.com>
-rw-r--r--arch/arm/boot/dts/dra7.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index def635612de0..a06749554b18 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -505,6 +505,7 @@
505 efuse-settings = <1090000 8 505 efuse-settings = <1090000 8
506 1210000 12 506 1210000 12
507 1280000 16>; 507 1280000 16>;
508 voltage-tolerance = <1>;
508 }; 509 };
509 510
510 avs_core: regulator-avs@0x4A0025EC { 511 avs_core: regulator-avs@0x4A0025EC {
@@ -519,6 +520,7 @@
519 efuse-settings = <1090000 8 520 efuse-settings = <1090000 8
520 1210000 12 521 1210000 12
521 1280000 16>; 522 1280000 16>;
523 voltage-tolerance = <1>;
522 }; 524 };
523 525
524 avs_dspeve: regulator-avs@0x4A0025D8 { 526 avs_dspeve: regulator-avs@0x4A0025D8 {