ASoC: cs35l45: Enable BOOST
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 4 May 2022 13:44:58 +0000 (14:44 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 4 May 2022 14:31:20 +0000 (15:31 +0100)
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>
sound/soc/codecs/cs35l45.c

index 86daa2574388f68267e8a743648c7e21420c5400..2367c1a4c10eb74a0367ca2f60928a1e6233b5b2 100644 (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;