From: Martin Persson <[email protected]>

Signed-off-by: Martin Persson <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: Emeric VIGIER <[email protected]>
Reviewed-by: Bengt JONSSON <[email protected]>
---
 arch/arm/mach-ux500/board-mop500-regulators.c |   14 +++++++++++++-
 drivers/regulator/ab8500.c                    |   14 +++++++++++++-
 include/linux/regulator/ab8500.h              |    2 ++
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-ux500/board-mop500-regulators.c 
b/arch/arm/mach-ux500/board-mop500-regulators.c
index ba379f7..42eef80 100644
--- a/arch/arm/mach-ux500/board-mop500-regulators.c
+++ b/arch/arm/mach-ux500/board-mop500-regulators.c
@@ -146,8 +146,10 @@ ab8500_regulator_reg_init[AB8500_NUM_REGULATOR_REGISTERS] 
= {
         * Vaux1SysClkReq1HPValid   = disabled
         * Vaux2SysClkReq1HPValid   = disabled
         * Vaux3SysClkReq1HPValid   = disabled
+        * Vsmps2SysClkReq1HPValid  = enabled
+        * Vsmps1SysClkReq1HPValid  = enabled
         */
-       INIT_REGULATOR_REGISTER(AB8500_REGUSYSCLKREQ1HPVALID1, 0x00),
+       INIT_REGULATOR_REGISTER(AB8500_REGUSYSCLKREQ1HPVALID1, 0x03),
        /*
         * VextSupply1SysClkReq1HPValid = disabled
         * VextSupply2SysClkReq1HPValid = disabled
@@ -252,6 +254,16 @@ ab8500_regulator_reg_init[AB8500_NUM_REGULATOR_REGISTERS] 
= {
         */
        INIT_REGULATOR_REGISTER(AB8500_VBBSEL2,                0x00),
        /*
+        * Vsmps1SelCtrl            = Vsmps1 voltage defined by Vsmsp1Sel2
+        * Vsmps1Regu               = HW control
+        */
+       INIT_REGULATOR_REGISTER(AB8500_VSMPS1REGU,             0x06),
+       /*
+        * Vsmps2SelCtrl            = Vsmps2 voltage defined by Vsmsp2Sel2
+        * Vsmps2Regu               = HW control
+        */
+       INIT_REGULATOR_REGISTER(AB8500_VSMPS2REGU,             0x06),
+       /*
         * VPll                     = Hw controlled
         * VanaRegu                 = force off
         */
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index b369411..84cd11c 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -494,12 +494,14 @@ static struct ab8500_reg_init ab8500_reg_init[] = {
         */
        REG_INIT(AB8500_REGUREQUESTCTRL4,       0x03, 0x06, 0x07),
        /*
+        * 0x01, Vsmps1SysClkReq1HPValid
+        * 0x02, Vsmps2SysClkReq1HPValid
         * 0x08, VanaSysClkReq1HPValid
         * 0x20, Vaux1SysClkReq1HPValid
         * 0x40, Vaux2SysClkReq1HPValid
         * 0x80, Vaux3SysClkReq1HPValid
         */
-       REG_INIT(AB8500_REGUSYSCLKREQ1HPVALID1, 0x03, 0x07, 0xe8),
+       REG_INIT(AB8500_REGUSYSCLKREQ1HPVALID1, 0x03, 0x07, 0xeb),
        /*
         * 0x10, VextSupply1SysClkReq1HPValid
         * 0x20, VextSupply2SysClkReq1HPValid
@@ -596,6 +598,16 @@ static struct ab8500_reg_init ab8500_reg_init[] = {
         */
        REG_INIT(AB8500_VBBSEL2,                0x04, 0x12, 0x0f),
        /*
+        * 0x0c, Vsmps1SelCtrl
+        * 0x03, Vsmps1Regu
+        */
+       REG_INIT(AB8500_VSMPS1REGU,             0x04, 0x03, 0x0f),
+       /*
+        * 0x0c, Vsmps2SelCtrl
+        * 0x03, Vsmps2Regu
+        */
+       REG_INIT(AB8500_VSMPS2REGU,             0x04, 0x04, 0x0f),
+       /*
         * 0x0c, VanaRegu
         * 0x03, VpllRegu
         */
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h
index d61adb9..e54c8af 100644
--- a/include/linux/regulator/ab8500.h
+++ b/include/linux/regulator/ab8500.h
@@ -89,6 +89,8 @@ enum ab8500_regulator_reg {
        AB8500_ARMREGU2, /* NOTE! PRCMU register */
        AB8500_VBBSEL1, /* NOTE! PRCMU register */
        AB8500_VBBSEL2, /* NOTE! PRCMU register */
+       AB8500_VSMPS1REGU,
+       AB8500_VSMPS2REGU,
        AB8500_VSMPS1SEL1,
        AB8500_NUM_REGULATOR_REGISTERS,
 };
-- 
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/

Reply via email to