Lines Matching +full:mt8192 +full:- +full:apmixedsys
1 // SPDX-License-Identifier: GPL-2.0-only
4 * Chun-Jie Chen <chun-jie.chen@mediatek.com>
9 #include <dt-bindings/clock/mt8192-clk.h>
12 #include "clk-fhctl.h"
13 #include "clk-gate.h"
14 #include "clk-mtk.h"
15 #include "clk-pll.h"
16 #include "clk-pllfh.h"
147 { .compatible = "mediatek,mt8192-apmixedsys" },
155 struct device_node *node = pdev->dev.of_node; in clk_mt8192_apmixed_probe()
156 const u8 *fhctl_node = "mediatek,mt8192-fhctl"; in clk_mt8192_apmixed_probe()
161 return -ENOMEM; in clk_mt8192_apmixed_probe()
170 r = mtk_clk_register_gates(&pdev->dev, node, apmixed_clks, in clk_mt8192_apmixed_probe()
193 struct device_node *node = pdev->dev.of_node; in clk_mt8192_apmixed_remove()
205 .name = "clk-mt8192-apmixed",
212 MODULE_DESCRIPTION("MediaTek MT8192 apmixed clocks driver");