Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51b53695 authored by Rohit Kumar's avatar Rohit Kumar Committed by Banajit Goswami
Browse files

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: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent 8a191d74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}