From: Axel Lin Date: Fri, 12 Apr 2013 07:33:25 +0000 (+0800) Subject: regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e4fc9d6d9fea5a1b05dcf5b60984bd6a19cc73d6;p=linux-beck.git regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIO The voltage_mask and voltage_shift settings of AB8505_LDO_AUDIO are not matched. It looks like a typo in the voltage_mask settings. Signed-off-by: Axel Lin Acked-by: Bengt Jonsson Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index ea182d3c23e6..b81ff04749c3 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -1130,7 +1130,7 @@ static struct ab8500_regulator_info .update_val = 0x02, .voltage_bank = 0x01, .voltage_reg = 0x57, - .voltage_mask = 0x7, + .voltage_mask = 0x70, .voltage_shift = 4, }, [AB8505_LDO_ANAMIC1] = {