linux/drivers/clk/mediatek/clk-mt2701-hif.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2014 MediaTek Inc.
 * Author: Shunli Wang <[email protected]>
 */

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

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

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

static const struct mtk_gate_regs hif_cg_regs =;

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

static const struct mtk_gate hif_clks[] =;

static u16 rst_ofs[] =;

static const struct mtk_clk_rst_desc clk_rst_desc =;

static const struct mtk_clk_desc hif_desc =;

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

static struct platform_driver clk_mt2701_hif_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();