summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorRohit Kumar <rohitkr@codeaurora.org>2017-04-05 16:04:17 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-07 00:02:16 -0700
commit9eac7a79dbd17325f2e1b280873c13cbe1c74bc2 (patch)
tree7ea6633fc5af252f4b9e6673981994f80a985940 /drivers/mfd
parent6319cf033ba2da8fdbdfcbdd159b20450a871726 (diff)
drivers: mfd: wcd934x: Set CDC_TOP_TOP_CFG1 register as non-volatile
CDC_TOP_TOP_CFG1 register is used for setting VI_SENSE order. Set this to non-volatile to avoid speaker protection calibration failure. CRs-Fixed: 2028565 Change-Id: If721514cdf79552d1c0fb6f72fa6799fe17a940d Signed-off-by: Rohit Kumar <rohitkr@codeaurora.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/wcd934x-regmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/wcd934x-regmap.c b/drivers/mfd/wcd934x-regmap.c
index e8ba1495de2b..27249eeec013 100644
--- a/drivers/mfd/wcd934x-regmap.c
+++ b/drivers/mfd/wcd934x-regmap.c
@@ -1937,7 +1937,6 @@ static bool wcd934x_is_volatile_register(struct device *dev, unsigned int reg)
case WCD934X_BIAS_VBG_FINE_ADJ:
case WCD934X_CODEC_CPR_SVS_CX_VDD:
case WCD934X_CODEC_CPR_SVS2_CX_VDD:
- case WCD934X_CDC_TOP_TOP_CFG1:
case WCD934X_CDC_CLK_RST_CTRL_FS_CNT_CONTROL:
return true;
}