Searched +full:mt8192 +full:- +full:vdecsys_soc (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/mediatek,mt8192-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MediaTek Functional Clock Controller for MT819210 - Chun-Jie Chen <chun-jie.chen@mediatek.com>13 The Mediatek functional clock controller provides various clocks on MT8192.18 - enum:19 - mediatek,mt8192-scp_adsp20 - mediatek,mt8192-imp_iic_wrap_c[all …]
1 # SPDX-License-Identifier: GPL-2.0-only397 to PCI-E and USB.427 to PCI-E and USB.723 This driver supports MediaTek MT8186 vdecsys and vdecsys_soc clocks.788 This driver supports MediaTek MT8188 vdecsys and vdecsys_soc clocks.819 tristate "Clock driver for MediaTek MT8192"825 This driver supports MediaTek MT8192 basic clocks.828 tristate "Clock driver for MediaTek MT8192 audsys"832 This driver supports MediaTek MT8192 audsys clocks.835 tristate "Clock driver for MediaTek MT8192 camsys"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 // Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>6 #include <linux/clk-provider.h>10 #include "clk-mtk.h"11 #include "clk-gate.h"13 #include <dt-bindings/clock/mt8192-clk.h>76 .compatible = "mediatek,mt8192-vdecsys",79 .compatible = "mediatek,mt8192-vdecsys_soc",91 .name = "clk-mt8192-vdec",97 MODULE_DESCRIPTION("MediaTek MT8192 Video Decoders clocks driver");
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8192-clk.h>9 #include <dt-bindings/gce/mt8192-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8192-larb-port.h>13 #include <dt-bindings/pinctrl/mt8192-pinfunc.h>14 #include <dt-bindings/phy/phy.h>15 #include <dt-bindings/power/mt8192-power.h>[all …]