ASoC: SOF: imx: stop using the imx8_*_clocks API
authorMark Brown <broonie@kernel.org>
Thu, 4 Apr 2024 14:31:30 +0000 (15:31 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 4 Apr 2024 14:31:30 +0000 (15:31 +0100)
commit98b1bb9ecf9a3fc3b4e5a4508b6c7b1d6a4d3674
tree8a9cba63bd4d6321032c2a21d886ec4ae0f57b89
parent9f1aeef4cbcb0e8c616e29cdce3232f9f102c2c1
parente618b8b37aa1dac42f50c87373d71ecc68ead97d
ASoC: SOF: imx: stop using the imx8_*_clocks API

Merge series from Laurentiu Mihalcea <laurentiumihalcea111@gmail.com>:

The imx8_*_clocks API requires keeping track of all of the clocks used
by the IMX SOF driver via an array. This is unnecessary and doesn't
scale well. As such, remove it altogether and replace it with
devm_clk_bulk_get_all() and friends.