Lines Matching +full:mt8195 +full:- +full:apmixedsys
1 // SPDX-License-Identifier: GPL-2.0-only
4 // Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>
6 #include "clk-fhctl.h"
7 #include "clk-gate.h"
8 #include "clk-mtk.h"
9 #include "clk-pll.h"
10 #include "clk-pllfh.h"
12 #include <dt-bindings/clock/mt8195-clk.h>
166 { .compatible = "mediatek,mt8195-apmixedsys", },
174 struct device_node *node = pdev->dev.of_node; in clk_mt8195_apmixed_probe()
175 const u8 *fhctl_node = "mediatek,mt8195-fhctl"; in clk_mt8195_apmixed_probe()
180 return -ENOMEM; in clk_mt8195_apmixed_probe()
189 r = mtk_clk_register_gates(&pdev->dev, node, apmixed_clks, in clk_mt8195_apmixed_probe()
214 struct device_node *node = pdev->dev.of_node; in clk_mt8195_apmixed_remove()
228 .name = "clk-mt8195-apmixed",
234 MODULE_DESCRIPTION("MediaTek MT8195 apmixedsys clocks driver");