diff options
| author | dzobel1 <dzobel1@motorola.com> | 2014-03-19 12:03:07 -0500 |
|---|---|---|
| committer | Douglas Zobel <dzobel1@motorola.com> | 2014-03-19 19:56:55 +0000 |
| commit | 44419f3b607a66d0f531d12de82b17c927988f61 (patch) | |
| tree | 324aa978ff8fb3fe00e3863723cccb68c462de79 | |
| parent | 59cf80f46ce8b3e7ae4c423f924205f282d88d29 (diff) | |
| download | olio-linux-3.10-44419f3b607a66d0f531d12de82b17c927988f61.tar.xz olio-linux-3.10-44419f3b607a66d0f531d12de82b17c927988f61.zip | |
IKXCLOCK-454 minnow: Disable linear regulator discharge
Disable the discharge pulldown resistor on linear regulators
LDO1, LDO2, LDO3, LDO5, LDO6, LDO7
Change-Id: Ib70c5b35450a93f830514ff50d91c1b69dad5db7
| -rw-r--r-- | arch/arm/boot/dts/omap3-minnow.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-minnow.dtsi b/arch/arm/boot/dts/omap3-minnow.dtsi index 9f4fb5f10d8..5c41d732ce0 100644 --- a/arch/arm/boot/dts/omap3-minnow.dtsi +++ b/arch/arm/boot/dts/omap3-minnow.dtsi @@ -229,6 +229,10 @@ spi-max-frequency = <1000000>; spi-cs-high; + register-init-data = < + 0x2d 0x88 /* DISCHARGE1: Enable LDO4, LDO8 */ + >; + dcdc1_avs; dcdc4_avs; |