Lines Matching +full:- +full:apmixedsys
1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/clock/mt7622-clk.h>
13 #include "clk-gate.h"
14 #include "clk-mtk.h"
15 #include "clk-pll.h"
87 struct device_node *node = pdev->dev.of_node; in clk_mt7622_apmixed_probe()
88 struct device *dev = &pdev->dev; in clk_mt7622_apmixed_probe()
97 return -ENOMEM; in clk_mt7622_apmixed_probe()
103 ret = mtk_clk_register_gates(&pdev->dev, node, apmixed_clks, in clk_mt7622_apmixed_probe()
124 struct device_node *node = pdev->dev.of_node; in clk_mt7622_apmixed_remove()
133 { .compatible = "mediatek,mt7622-apmixedsys" },
142 .name = "clk-mt7622-apmixed",
148 MODULE_DESCRIPTION("MediaTek MT7622 apmixedsys clocks driver");