From: Marcus Cooper <marcus.xm.coo...@stericsson.com>

Add the flags to correctly configure the Vaux5/6 registers for
AB8540 based platforms.

Signed-off-by: Marcus Cooper <marcus.xm.coo...@stericsson.com>
Signed-off-by: Lee Jones <lee.jo...@linaro.org>
Reviewed-by: Mattias WALLIN <mattias.wal...@stericsson.com>
---
 drivers/regulator/ab8500.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index 2a08642..c204380 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -740,10 +740,10 @@ static struct ab8500_regulator_info
                /* values for CtrlVaux5 register */
                .update_bank            = 0x01,
                .update_reg             = 0x55,
-               .update_mask            = 0x08,
-               .update_val             = 0x00,
-               .update_val_idle        = 0x01,
-               .update_val_normal      = 0x00,
+               .update_mask            = 0x18,
+               .update_val             = 0x10,
+               .update_val_idle        = 0x18,
+               .update_val_normal      = 0x10,
                .voltage_bank           = 0x01,
                .voltage_reg            = 0x55,
                .voltage_mask           = 0x07,
@@ -765,10 +765,10 @@ static struct ab8500_regulator_info
                /* values for CtrlVaux6 register */
                .update_bank            = 0x01,
                .update_reg             = 0x56,
-               .update_mask            = 0x08,
-               .update_val             = 0x00,
-               .update_val_idle        = 0x01,
-               .update_val_normal      = 0x00,
+               .update_mask            = 0x18,
+               .update_val             = 0x10,
+               .update_val_idle        = 0x18,
+               .update_val_normal      = 0x10,
                .voltage_bank           = 0x01,
                .voltage_reg            = 0x56,
                .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/

Reply via email to