linux/drivers/clk/mediatek/clk-mt7622-apmixedsys.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2017 MediaTek Inc.
 * Copyright (c) 2023 Collabora, Ltd.
 *               AngeloGioacchino Del Regno <[email protected]>
 */

#include <dt-bindings/clock/mt7622-clk.h>
#include <linux/clk.h>
#include <linux/of.h>
#include <linux/platform_device.h>

#include "clk-gate.h"
#include "clk-mtk.h"
#include "clk-pll.h"

#define MT7622_PLL_FMAX
#define CON0_MT7622_RST_BAR

#define PLL_xtal(_id, _name, _reg, _pwr_reg, _en_mask, _flags, _pcwbits,\
			_pd_reg, _pd_shift, _tuner_reg, _pcw_reg,	\
			_pcw_shift, _div_table, _parent_name)

#define PLL(_id, _name, _reg, _pwr_reg, _en_mask, _flags, _pcwbits,	\
			_pd_reg, _pd_shift, _tuner_reg, _pcw_reg,	\
			_pcw_shift)

static const struct mtk_gate_regs apmixed_cg_regs =;

#define GATE_APMIXED_AO(_id, _name, _parent, _shift)

static const struct mtk_pll_data plls[] =;

static const struct mtk_gate apmixed_clks[] =;

static int clk_mt7622_apmixed_probe(struct platform_device *pdev)
{}

static void clk_mt7622_apmixed_remove(struct platform_device *pdev)
{}

static const struct of_device_id of_match_clk_mt7622_apmixed[] =;
MODULE_DEVICE_TABLE(of, of_match_clk_mt7622_apmixed);

static struct platform_driver clk_mt7622_apmixed_drv =;
module_platform_driver()

MODULE_DESCRIPTION();
MODULE_LICENSE();