Searched +full:mt8195 +full:- +full:vdecsys_soc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/mediatek,mt8195-clock.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MediaTek Functional Clock Controller for MT819510 - Chun-Jie Chen <chun-jie.chen@mediatek.com>14 PLLs -->15 dividers -->17 -->26 - enum:[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.902 This driver supports MediaTek MT8192 vdecsys and vdecsys_soc clocks.912 bool "Clock driver for MediaTek MT8195"918 This driver supports MediaTek MT8195 clocks.921 tristate "Clock driver for MediaTek MT8195 apusys"925 This driver supports MediaTek MT8195 AI Processor Unit System clocks.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 // Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>6 #include "clk-gate.h"7 #include "clk-mtk.h"9 #include <dt-bindings/clock/mt8195-clk.h>10 #include <linux/clk-provider.h>84 .compatible = "mediatek,mt8195-vdecsys",87 .compatible = "mediatek,mt8195-vdecsys_core1",90 .compatible = "mediatek,mt8195-vdecsys_soc",102 .name = "clk-mt8195-vdec",[all …]