Lines Matching +full:imx8mp +full:- +full:aud2htx
1 // SPDX-License-Identifier: GPL-2.0-or-later
8 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/imx8mp-clock.h>
174 CLK_GATE("aud2htx", AUD2HTX_IPG),
197 struct device *dev = &pdev->dev; in clk_imx8mp_audiomix_probe()
206 return -ENOMEM; in clk_imx8mp_audiomix_probe()
208 priv->num = IMX8MP_CLK_AUDIOMIX_END; in clk_imx8mp_audiomix_probe()
231 priv->hws[sels[i].clkid] = hw; in clk_imx8mp_audiomix_probe()
240 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL_REF_SEL] = hw; in clk_imx8mp_audiomix_probe()
246 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL] = hw; in clk_imx8mp_audiomix_probe()
255 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL_BYPASS] = hw; in clk_imx8mp_audiomix_probe()
262 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL_OUT] = hw; in clk_imx8mp_audiomix_probe()
269 return devm_of_clk_add_hw_provider(&pdev->dev, of_clk_hw_onecell_get, in clk_imx8mp_audiomix_probe()
274 { .compatible = "fsl,imx8mp-audio-blk-ctrl" },
282 .name = "imx8mp-audio-blk-ctrl",