Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c776031 authored by olivier moysan's avatar olivier moysan Committed by Mark Brown
Browse files

ASoC: stm32: sai: fix clock management



Allow peripheral clock enable/disable on regmap accesses.

Signed-off-by: default avatarolivier moysan <olivier.moysan@st.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4fa17938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@ static int stm32_sai_sub_parse_of(struct platform_device *pdev,
		return PTR_ERR(base);

	sai->phys_addr = res->start;
	sai->regmap = devm_regmap_init_mmio(&pdev->dev, base,
	sai->regmap = devm_regmap_init_mmio_clk(&pdev->dev, "sai_ck", base,
						&stm32_sai_sub_regmap_config);

	/* Get direction property */