diff options
author | Jonghwa Lee <jonghwa3.lee@samsung.com> | 2014-04-22 23:04:08 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:47:29 +0900 |
commit | 930d6b139eb2e55848b59f3e9b67f1d27811fd45 (patch) | |
tree | b75acd33d170cde1f91c3e58d6e8f1b2744bbaaf /arch | |
parent | 062c1e0be5d0cc0d656a4a3cc5ce63590cdb3cb5 (diff) | |
download | linux-3.10-930d6b139eb2e55848b59f3e9b67f1d27811fd45.tar.gz linux-3.10-930d6b139eb2e55848b59f3e9b67f1d27811fd45.tar.bz2 linux-3.10-930d6b139eb2e55848b59f3e9b67f1d27811fd45.zip |
arm: dts: trats2: Remove max77686's LDO22 regulator's 'always-on' flag.
In trats2, LDO22 is used to eMMC's source voltage. And it can be controlled
by EN22 gpio pin. If LDO22 regulator is set to 'Always On' mode at software
reset, device will hang some seconds. Leave it controlled by EN22, then no
delay on reboot.
Change-Id: I012bb20bffa42e5ba7887863ef29cb2c473430cb
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 810a5f4be99..fa6fa4006ad 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -811,7 +811,6 @@ regulator-name = "VMEM_VDD_2.8V"; regulator-min-microvolt = <2800000>; regulator-max-microvolt = <2800000>; - regulator-always-on; regulator-mem-off; }; |