ASoC: cs35l45: Enable BOOST

Do not disable the boost converter during probe. The silicon
contains functional default tunings so the boost converter can
be left at the chip default enabled state.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220504134458.283780-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Richard Fitzgerald 2022-05-04 14:44:58 +01:00 committed by Mark Brown
parent 43556516ff
commit 6ff98a694c
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 0 additions and 4 deletions

View File

@ -587,10 +587,6 @@ static int cs35l45_initialize(struct cs35l45_private *cs35l45)
return ret;
}
/* Default to boost bypass */
regmap_update_bits(cs35l45->regmap, CS35L45_BLOCK_ENABLES, CS35L45_BST_EN_MASK,
CS35L45_BST_DISABLE_FET_ON << CS35L45_BST_EN_SHIFT);
ret = cs35l45_apply_property_config(cs35l45);
if (ret < 0)
return ret;