]> www.infradead.org Git - nvme.git/commit
ASoC: SOF: imx8m: Fix DSP control regmap retrieval
authorDaniel Baluta <daniel.baluta@nxp.com>
Mon, 15 Jul 2024 15:16:53 +0000 (18:16 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 15 Jul 2024 18:08:09 +0000 (19:08 +0100)
commit2634f745eac25a33f032df32cf98fca8538a534a
tree5d1a1536e774958da823df9314909ee37d71cc59
parentc51cba4755609ad97ba97713210c16f043c73224
ASoC: SOF: imx8m: Fix DSP control regmap retrieval

According to Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
fsl,dsp-ctrl is a phandle to syscon block so we need to use correct
function to retrieve it.

Currently there is no SOF DSP DTS merged into mainline so there is no
need to support the old way of retrieving the dsp control node.

Fixes: 9ba23717b292 ("ASoC: SOF: imx8m: Implement DSP start")
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://patch.msgid.link/20240715151653.114751-1-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/imx/imx8m.c