linux/drivers/clk/mediatek/clk-mt8192-imp_iic_wrap.c

// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c) 2021 MediaTek Inc.
// Author: Chun-Jie Chen <[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/mt8192-clk.h>

static const struct mtk_gate_regs imp_iic_wrap_cg_regs =;

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

static const struct mtk_gate imp_iic_wrap_c_clks[] =;

static const struct mtk_gate imp_iic_wrap_e_clks[] =;

static const struct mtk_gate imp_iic_wrap_n_clks[] =;

static const struct mtk_gate imp_iic_wrap_s_clks[] =;

static const struct mtk_gate imp_iic_wrap_w_clks[] =;

static const struct mtk_gate imp_iic_wrap_ws_clks[] =;

static const struct mtk_clk_desc imp_iic_wrap_c_desc =;

static const struct mtk_clk_desc imp_iic_wrap_e_desc =;

static const struct mtk_clk_desc imp_iic_wrap_n_desc =;

static const struct mtk_clk_desc imp_iic_wrap_s_desc =;

static const struct mtk_clk_desc imp_iic_wrap_w_desc =;

static const struct mtk_clk_desc imp_iic_wrap_ws_desc =;

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

static struct platform_driver clk_mt8192_imp_iic_wrap_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();