[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1359978868-28736-66-git-send-email-lee.jones@linaro.org>
Date: Mon, 4 Feb 2013 11:54:20 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-kernel@...r.kernel.org, broonie@...nsource.wolfsonmicro.com
Cc: David Paris <david.paris@...ricsson.com>,
Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 65/73] regulator: ab8500: Update VAna supply management for the AB9540
From: David Paris <david.paris@...ricsson.com>
Workaround to switch off VAna when going to suspend. In combination
with workaround that makes VAna always ON in running mode.
Signed-off-by: David Paris <david.paris@...ricsson.com>
Signed-off-by: Lee Jones <lee.jones@...aro.org>
Reviewed-by: Yvon CORRE <yvon.corre@...ricsson.com>
Reviewed-by: Philippe LANGLAIS <philippe.langlais@...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 f31669e..fa0979a 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -1451,9 +1451,9 @@ static struct ab8500_regulator_info
.update_bank = 0x04,
.update_reg = 0x06,
.update_mask = 0x0c,
- .update_val = 0x04,
+ .update_val = 0x08,
.update_val_idle = 0x0c,
- .update_val_normal = 0x04,
+ .update_val_normal = 0x08,
},
};
--
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