Searched +full:imx8mp +full:- +full:audio +full:- +full:blk +full:- +full:ctrl (Results 1 – 3 of 3) sorted by relevance
1 # 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-ctrl23 power-domains:30 clock-names:32 - const: ahb[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Driver for i.MX8M Plus Audio BLK_CTRL8 #include <linux/clk-provider.h>15 #include <dt-bindings/clock/imx8mp-clock.h>183 struct device *dev = &pdev->dev; in clk_imx8mp_audiomix_probe()192 return -ENOMEM; in clk_imx8mp_audiomix_probe()194 priv->num = IMX8MP_CLK_AUDIOMIX_END; in clk_imx8mp_audiomix_probe()217 priv->hws[sels[i].clkid] = hw; in clk_imx8mp_audiomix_probe()226 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL_REF_SEL] = hw; in clk_imx8mp_audiomix_probe()232 priv->hws[IMX8MP_CLK_AUDIOMIX_SAI_PLL] = hw; in clk_imx8mp_audiomix_probe()[all …]
1 // 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 …]