Searched +full:mt7622 +full:- +full:audsys (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt7622.dtsi | 6 * 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-6.14.4/Documentation/devicetree/bindings/arm/mediatek/ |
D | mediatek,audsys.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/mediatek/mediatek,audsys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek AUDSYS controller 10 - Eugen Hristev <[email protected]> 13 The MediaTek AUDSYS controller provides various clocks to the system. 18 - items: 19 - enum: 20 - mediatek,mt2701-audsys [all …]
|
/linux-6.14.4/drivers/clk/mediatek/ |
D | Kconfig | 1 # 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 …]
|
D | clk-mt7622-aud.c | 1 // 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> 120 dev_err(&pdev->dev, in clk_mt7622_aud_probe() 122 pdev->name, r); in clk_mt7622_aud_probe() 127 r = devm_of_platform_populate(&pdev->dev); in clk_mt7622_aud_probe() 140 of_platform_depopulate(&pdev->dev); in clk_mt7622_aud_remove() 145 { .compatible = "mediatek,mt7622-audsys", .data = &audio_desc }, [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | mediatek,mt2701-audio.yaml | 1 # 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 <[email protected]> 18 - mediatek,mt2701-audio 19 - mediatek,mt7622-audio 23 - description: AFE interrupt 24 - description: ASYS interrupt [all …]
|