From: Zhenhua HUANG <zhenhua.hu...@stericsson.com> Fix the parameters for vsdio in idle mode and normal mode.
Signed-off-by: Zhenhua HUANG <zhenhua.hu...@stericsson.com> Signed-off-by: Lee Jones <lee.jo...@linaro.org> Reviewed-by: Maxime COQUELIN <maxime.coque...@stericsson.com> Reviewed-by: Xiao Mei ZHANG <xiaomei.zh...@stericsson.com> Reviewed-by: Rabin VINCENT <rabin.vinc...@stericsson.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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/