From: Zhenhua HUANG <[email protected]> Fix the parameters for vsdio in idle mode and normal mode.
Signed-off-by: Zhenhua HUANG <[email protected]> Signed-off-by: Lee Jones <[email protected]> Reviewed-by: Maxime COQUELIN <[email protected]> Reviewed-by: Xiao Mei ZHANG <[email protected]> Reviewed-by: Rabin VINCENT <[email protected]> --- 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 5218502..b09b507 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -1412,8 +1412,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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

