diff mbox series

ASoC: cs35l45: Enable BOOST

Message ID 20220504134458.283780-1-rf@opensource.cirrus.com (mailing list archive)
State Accepted
Commit 6ff98a694cc114fd79f692345a7fbd469f800f8c
Headers show
Series ASoC: cs35l45: Enable BOOST | expand

Commit Message

Richard Fitzgerald May 4, 2022, 1:44 p.m. UTC
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>
---
 sound/soc/codecs/cs35l45.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Mark Brown May 4, 2022, 8:37 p.m. UTC | #1
On Wed, 4 May 2022 14:44:58 +0100, Richard Fitzgerald wrote:
> 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.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: cs35l45: Enable BOOST
      commit: 6ff98a694cc114fd79f692345a7fbd469f800f8c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/cs35l45.c b/sound/soc/codecs/cs35l45.c
index 86daa2574388..2367c1a4c10e 100644
--- a/sound/soc/codecs/cs35l45.c
+++ b/sound/soc/codecs/cs35l45.c
@@ -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;