aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiridhar Maruthy <giridhar.maruthy@linaro.org>2011-12-22 15:37:55 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-06-20 11:12:43 +0530
commit9bab48993c04972045d1c400de0b0840b54bf6df (patch)
treee93e6025c2d15437fbf2f55c94b837f0eb653bd2
parenta05c2a2ba7d6f49d580369587dae59eee756f6fd (diff)
ARM: EXYNOS4: Enable LDOs for ALC5625 on Origen
Audio codec driver for RT5625 doesn't manage the LDO lines for power. For the time being, we need to enable the LDO lines during boot time. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Giridhar Maruthy <giridhar.maruthy@linaro.org>
-rw-r--r--arch/arm/mach-exynos/mach-origen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index c97756874fa3..d7ccf79bc892 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -207,6 +207,7 @@ static struct regulator_init_data __initdata max8997_ldo7_data = {
.min_uV = 1800000,
.max_uV = 1800000,
.apply_uV = 1,
+ .always_on = 1,
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
.state_mem = {
.disabled = 1,
@@ -266,6 +267,7 @@ static struct regulator_init_data __initdata max8997_ldo11_data = {
.min_uV = 3000000,
.max_uV = 3000000,
.apply_uV = 1,
+ .always_on = 1,
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
.state_mem = {
.disabled = 1,