Searched hist:cab04ab5900fea6655f2a49d1f94c37200b63a59 (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/fsl/ |
H A D | fsl_asrc.c | diff cab04ab5900fea6655f2a49d1f94c37200b63a59 Wed Mar 24 10:58:45 CET 2021 Shengjiu Wang <shengjiu.wang@nxp.com> ASoC: fsl_asrc: Don't use devm_regmap_init_mmio_clk
When there is power domain bind with mem clock,
The call flow: devm_regmap_init_mmio_clk - clk_prepare() - clk_pm_runtime_get()
cause the power domain of clock always be enabled after regmap_init(). which impact the power consumption.
So use devm_regmap_init_mmio instead of devm_regmap_init_mmio_clk,but explicitly enable clock when it is used.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Link: https://lore.kernel.org/r/1616579928-22428-4-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
|