diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-10-17 11:11:07 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2014-10-17 11:11:07 +0900 |
commit | f734495626a134b9e512e9fdc6ffd3b5c31dd364 (patch) | |
tree | f6741f9efa8565474f696a27af6a53fdf2d26e11 | |
parent | e4f68223f2da8c0cbfcc13e194a0e21617a5282e (diff) | |
download | linux-3.10-f734495626a134b9e512e9fdc6ffd3b5c31dd364.tar.gz linux-3.10-f734495626a134b9e512e9fdc6ffd3b5c31dd364.tar.bz2 linux-3.10-f734495626a134b9e512e9fdc6ffd3b5c31dd364.zip |
ARM: dts: exynos3250-rinato: Fix opmode of regulator and wrong description
This patch fix opmoe of regulator (VAP_AVDD_1.8V) to protect bug in suspend state
and modify wrong description of regulator opmode.
Change-Id: Ibff0afd063ade91967995f52acf924d4c6faa35a
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 0c7bf9c3825..e10f1db6d21 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -453,7 +453,7 @@ regulator-max-microvolt = <1800000>; regulator-always-on; - op_mode = <1>; /* Standby Mode */ + op_mode = <3>; /* Standby Mode */ }; ldo5_reg: LDO5 { @@ -479,7 +479,7 @@ regulator-max-microvolt = <1800000>; regulator-always-on; - op_mode = <3>; /* Standby Mode */ + op_mode = <1>; /* Normal Mode */ }; ldo8_reg: LDO8 { @@ -488,7 +488,7 @@ regulator-max-microvolt = <3000000>; regulator-always-on; - op_mode = <1>; /* Standby Mode */ + op_mode = <3>; /* Standby Mode */ }; ldo9_reg: LDO9 { @@ -504,6 +504,7 @@ regulator-name = "UNUSED_LDO10"; regulator-min-microvolt = <1000000>; regulator-max-microvolt = <1000000>; + regulator-always-off; op_mode = <3>; /* Standby Mode */ }; @@ -536,7 +537,7 @@ regulator-name = "UNUSED_LDO14"; regulator-min-microvolt = <2700000>; regulator-max-microvolt = <2700000>; - regulator-boot-on; + regulator-always-off; op_mode = <3>; /* Standby Mode */ }; @@ -626,6 +627,7 @@ regulator-name = "UNUSED_LDO25"; regulator-min-microvolt = <3000000>; regulator-max-microvolt = <3000000>; + regulator-always-off; op_mode = <3>; /* Standby Mode */ }; |