linux/drivers/clk/mediatek/clk-mt8167-mm.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2020 MediaTek Inc.
 * Copyright (c) 2020 BayLibre, SAS
 * Author: James Liao <[email protected]>
 *         Fabien Parent <[email protected]>
 */

#include <linux/clk-provider.h>
#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>

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

#include <dt-bindings/clock/mt8167-clk.h>

static const struct mtk_gate_regs mm0_cg_regs =;

static const struct mtk_gate_regs mm1_cg_regs =;

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

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

static const struct mtk_gate mm_clks[] =;

static const struct mtk_clk_desc mm_desc =;

static const struct platform_device_id clk_mt8167_mm_id_table[] =;
MODULE_DEVICE_TABLE(platform, clk_mt8167_mm_id_table);

static struct platform_driver clk_mt8167_mm_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();