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

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2022 MediaTek Inc.
 */

#include <dt-bindings/clock/mediatek,mt8365-clk.h>
#include <linux/clk-provider.h>
#include <linux/platform_device.h>

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

static const struct mtk_gate_regs mfg0_cg_regs =;

static const struct mtk_gate_regs mfg1_cg_regs =;

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

#define GATE_MFG1(_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_mt8365_mfg[] =;
MODULE_DEVICE_TABLE(of, of_match_clk_mt8365_mfg);

static struct platform_driver clk_mt8365_mfg_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();