ASoC: wcd938x: Update hardware sequence for LDOL voltage

Update wcd938x codec hardware sequence for LDOL voltage.

Change-Id: I863c0832277d3d0533cdd97f15d1576c47cc4d1e
Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org>
这个提交包含在:
Sudheer Papothi
2020-01-21 11:00:55 +05:30
提交者 Gerrit - the friendly Code Review server
父节点 f34687bd3a
当前提交 49f16768f6

查看文件

@@ -280,6 +280,9 @@ static int wcd938x_init_reg(struct snd_soc_component *component)
WCD938X_MICB4_TEST_CTL_1, 0xE0, 0xE0);
snd_soc_component_update_bits(component,
WCD938X_TX_3_4_TEST_BLK_EN2, 0x01, 0x00);
snd_soc_component_update_bits(component, WCD938X_SLEEP_CTL, 0x0E,
((snd_soc_component_read32(component,
WCD938X_DIGITAL_EFUSE_REG_30) & 0x07) << 1));
return 0;
}