Home
last modified time | relevance | path

Searched +full:imx8mp +full:- +full:audio +full:- +full:blk +full:- +full:ctrl (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dimx8mp-audiomix.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/imx8mp-audiomix.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marek Vasut <marex@denx.de>
14 used to control Audio related clock on the SoC.
18 const: fsl,imx8mp-audio-blk-ctrl
23 power-domains:
30 clock-names:
32 - const: ahb
[all …]
/kernel/linux/linux-6.6/drivers/clk/imx/
Dclk-imx8mp-audiomix.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Driver for i.MX8M Plus Audio BLK_CTRL
8 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/imx8mp-clock.h>
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()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/
Dimx8mp.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/clock/imx8mp-clock.h>
7 #include <dt-bindings/power/imx8mp-power.h>
8 #include <dt-bindings/reset/imx8mp-reset.h>
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/interconnect/fsl,imx8mp.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/thermal/thermal.h>
15 #include "imx8mp-pinfunc.h"
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch7 Change-Id: Ic34341fbcce5e6d02fefc2acad4ea1058da94b66
9 diff --git a/sound/core/pcm_dmaengine.c b/sound/core/pcm_dmaengine.c
11 --- a/sound/core/pcm_dmaengine.c
13 @@ -125,6 +125,8 @@ void snd_dmaengine_pcm_set_config_from_dai_data(
16 slave_config->slave_id = dma_data->slave_id;
17 + slave_config->peripheral_config = dma_data->peripheral_config;
18 + slave_config->peripheral_size = dma_data->peripheral_size;
22 diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c
24 --- a/sound/soc/codecs/hdmi-codec.c
25 +++ b/sound/soc/codecs/hdmi-codec.c
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0015_linux_drivers_clk.patch7 Change-Id: Iad3fba6c51f290df25555d1136fd2cc4761d3324
9 diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
11 --- a/drivers/clk/Kconfig
13 @@ -374,6 +374,7 @@ source "drivers/clk/mvebu/Kconfig"
21 diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
23 --- a/drivers/clk/Makefile
25 @@ -102,6 +102,7 @@ obj-$(CONFIG_COMMON_CLK_PXA) += pxa/
26 obj-$(CONFIG_COMMON_CLK_QCOM) += qcom/
27 obj-y += renesas/
28 obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
[all …]