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)
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.


Trivial merge