aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500-regulators.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-03-21 11:59:02 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-22 07:03:17 -0400
commit33bc8f46a8ee3fc1836def9713933435b7ff0b90 (patch)
tree02d74c71398ee7accc9a3b602924eb10642811ca /arch/arm/mach-ux500/board-mop500-regulators.c
parent3c1b8438d4bc99269aba560739e3e6cb640584f4 (diff)
regulator: ab8500: Another push to synchronise recent AB8500 developments
This patch ensures that many of the recent developments pertaining to the AB8500 regulator device are propagated out into the public arena. It aims to update some of the existing initialisation values in accordance with internal ST-Ericsson code submissions. This single patch was originally a collection of updates which have been squashed together to aid with clarity. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500-regulators.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500-regulators.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c b/arch/arm/mach-ux500/board-mop500-regulators.c
index 96dd17490bea..a8141e3e8ca1 100644
--- a/arch/arm/mach-ux500/board-mop500-regulators.c
+++ b/arch/arm/mach-ux500/board-mop500-regulators.c
@@ -239,24 +239,6 @@ ab8500_regulator_reg_init[AB8500_NUM_REGULATOR_REGISTERS] = {
239 */ 239 */
240 INIT_REGULATOR_REGISTER(AB8500_REGUCTRL1VAMIC, 0x03, 0x00), 240 INIT_REGULATOR_REGISTER(AB8500_REGUCTRL1VAMIC, 0x03, 0x00),
241 /* 241 /*
242 * VBBN = force OFF
243 * VBBP = force OFF
244 * NOTE! PRCMU register
245 */
246 INIT_REGULATOR_REGISTER(AB8500_ARMREGU2, 0x0f, 0x00),
247 /*
248 * VBBNSel1 = VBBP = VBBPFB
249 * VBBPSel1 = 0 V
250 * NOTE! PRCMU register
251 */
252 INIT_REGULATOR_REGISTER(AB8500_VBBSEL1, 0x0f, 0x00),
253 /*
254 * VBBNSel2 = VBBP = VBBPFB
255 * VBBPSel2 = 0 V
256 * NOTE! PRCMU register
257 */
258 INIT_REGULATOR_REGISTER(AB8500_VBBSEL2, 0x0f, 0x00),
259 /*
260 * Vsmps1Regu = HW control 242 * Vsmps1Regu = HW control
261 * Vsmps1SelCtrl = Vsmps1 voltage defined by Vsmsp1Sel2 243 * Vsmps1SelCtrl = Vsmps1 voltage defined by Vsmsp1Sel2
262 */ 244 */