summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-12-16 11:45:04 -0800
committerEvan Wilson <evan@oliodevices.com>2015-12-16 11:45:04 -0800
commita2cf73d74dc87c054c3ca329eba11299f2efb95f (patch)
tree9a15371d9b2efa52bb50b956afee346f21974704
parent606779d73f51a0ebe81f691bd7c173fc1740be24 (diff)
downloadolio-linux-3.10-a2cf73d74dc87c054c3ca329eba11299f2efb95f.tar.xz
olio-linux-3.10-a2cf73d74dc87c054c3ca329eba11299f2efb95f.zip
Increasing vaccel to 2.7 V to prevent the Accel from dropping below the min. voltage
Change-Id: I8f124ef6479b427f3c8ffd03e36c3ef205f9f23e
-rw-r--r--arch/arm/boot/dts/omap3_h1.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts
index 72f1bf0f11b..ee19b23f0cc 100644
--- a/arch/arm/boot/dts/omap3_h1.dts
+++ b/arch/arm/boot/dts/omap3_h1.dts
@@ -382,8 +382,9 @@
/* This is the accelerometer. We always want it on. */
vdig1_reg: regulator@5 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
+ regulator-name = "vaccel";
+ regulator-min-microvolt = <2700000>;
+ regulator-max-microvolt = <2700000>;
regulator-always-on;
};