linux/drivers/clk/mediatek/clk-mt8186-mfg.c

// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c) 2022 MediaTek Inc.
// Author: Chun-Jie Chen <[email protected]>

#include <linux/clk-provider.h>
#include <linux/platform_device.h>
#include <dt-bindings/clock/mt8186-clk.h>

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

static const struct mtk_gate_regs mfg_cg_regs =;

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

static const struct mtk_gate mfg_clks[] =;

static const struct mtk_clk_desc mfg_desc =;

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

static struct platform_driver clk_mt8186_mfg_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();