regulator: qpnp-labibb-regulator: Fix IBB power up delay configuration

Currently, power up delay for IBB is programmed in the incorrect
register locations [4:3] of IBB_PWRUP_PWRDN_CTL_1. Fix this by
changing it to the correct register locations [5:4] of
IBB_PWRUP_PWRDN_CTL_1.

CRs-Fixed: 880446
Change-Id: I3beaf8cef749f3f1b0c77834b93f871de982e219
Signed-off-by: Ravindranath Thiyagarajan <rthiyaga@codeaurora.org>
This commit is contained in:
Ravindranath Thiyagarajan 2015-07-28 10:12:11 +05:30 committed by Gerrit - the friendly Code Review server
parent 21164b2902
commit 076e52ccf4
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@
/* REG_IBB_PWRUP_PWRDN_CTL_1 */
#define IBB_PWRUP_PWRDN_CTL_1_DLY1_BITS 2
#define IBB_PWRUP_PWRDN_CTL_1_DLY1_MASK ((1<<IBB_PWRUP_PWRDN_CTL_1_DLY1_BITS)-1)
#define IBB_PWRUP_PWRDN_CTL_1_DLY1_SHIFT 3
#define IBB_PWRUP_PWRDN_CTL_1_DLY1_SHIFT 4
#define IBB_PWRUP_PWRDN_CTL_1_DLY2_BITS 2
#define IBB_PWRUP_PWRDN_CTL_1_DLY2_MASK ((1<<IBB_PWRUP_PWRDN_CTL_1_DLY2_BITS)-1)
#define IBB_PWRUP_PWRDN_CTL_1_LAB_VREG_OK BIT(7)