[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360148051-7560-35-git-send-email-lee.jones@linaro.org>
Date: Wed, 6 Feb 2013 10:53:56 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: broonie@...nsource.wolfsonmicro.com, linus.walleij@...aro.org,
Zhenhua HUANG <zhenhua.huang@...ricsson.com>,
Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 34/49] regulator: ab8500: Fix vsdio parameters for AB8540 based platforms
From: Zhenhua HUANG <zhenhua.huang@...ricsson.com>
Fix the parameters for vsdio in idle mode and normal mode.
Signed-off-by: Zhenhua HUANG <zhenhua.huang@...ricsson.com>
Signed-off-by: Lee Jones <lee.jones@...aro.org>
Reviewed-by: Maxime COQUELIN <maxime.coquelin@...ricsson.com>
Reviewed-by: Xiao Mei ZHANG <xiaomei.zhang@...ricsson.com>
Reviewed-by: Rabin VINCENT <rabin.vincent@...ricsson.com>
---
drivers/regulator/ab8500.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index a8b0a3f..e463668 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -1395,8 +1395,8 @@ static struct ab8500_regulator_info
.update_reg = 0x88,
.update_mask = 0x30,
.update_val = 0x10,
- .update_val_idle = 0x00,
- .update_val_normal = 0x20,
+ .update_val_idle = 0x30,
+ .update_val_normal = 0x10,
.voltage_bank = 0x03,
.voltage_reg = 0x88,
.voltage_mask = 0x07,
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists