diff options
| author | Evan Wilson <evan@oliodevices.com> | 2015-12-16 11:45:04 -0800 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2015-12-16 11:45:04 -0800 |
| commit | a2cf73d74dc87c054c3ca329eba11299f2efb95f (patch) | |
| tree | 9a15371d9b2efa52bb50b956afee346f21974704 | |
| parent | 606779d73f51a0ebe81f691bd7c173fc1740be24 (diff) | |
| download | olio-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.dts | 5 |
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; }; |