Home
last modified time | relevance | path

Searched +full:mt7622 +full:- +full:audsys (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7622.dtsi6 * SPDX-License-Identifier: (GPL-2.0 OR MIT)
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/clock/mt7622-clk.h>
12 #include <dt-bindings/phy/phy.h>
13 #include <dt-bindings/power/mt7622-power.h>
14 #include <dt-bindings/reset/mt7622-reset.h>
15 #include <dt-bindings/thermal/thermal.h>
18 compatible = "mediatek,mt7622";
19 interrupt-parent = <&sysirq>;
[all …]
/linux/drivers/clk/mediatek/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
66 bool "Clock driver for Mediatek MT2701 audsys"
69 This driver supports Mediatek MT2701 audsys clocks.
301 tristate "Clock driver for Mediatek MT6779 audsys"
304 This driver supports Mediatek MT6779 audsys clocks.
377 tristate "Clock driver for MediaTek MT7622"
382 This driver supports MediaTek MT7622 basic clocks and clocks
386 tristate "Clock driver for MediaTek MT7622 ETHSYS"
390 required on MediaTek MT7622 SoC.
393 tristate "Clock driver for MediaTek MT7622 HIFSYS"
[all …]
H A Dclk-mt7622-aud.c1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <linux/clk-provider.h>
14 #include "clk-mtk.h"
15 #include "clk-gate.h"
17 #include <dt-bindings/clock/mt7622-clk.h>
121 dev_err(&pdev->dev, in clk_mt7622_aud_probe()
123 pdev->name, r); in clk_mt7622_aud_probe()
128 r = devm_of_platform_populate(&pdev->dev); in clk_mt7622_aud_probe()
141 of_platform_depopulate(&pdev->dev); in clk_mt7622_aud_remove()
146 { .compatible = "mediatek,mt7622-audsys", .data = &audio_desc },
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dmediatek,mt2701-audio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mediatek,mt2701-audio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 The AFE PCM node must be a subnode of the MediaTek audsys device tree node.
13 - Eugen Hristev <eugen.hristev@collabora.com>
18 - mediatek,mt2701-audio
19 - mediatek,mt7622-audio
23 - description: AFE interrupt
24 - description: ASYS interrupt
[all …]