linux/drivers/clk/mediatek/clk-mt8195-img.c

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

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

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

static const struct mtk_gate_regs img_cg_regs =;

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

static const struct mtk_gate img_clks[] =;

static const struct mtk_gate img1_dip_top_clks[] =;

static const struct mtk_gate img1_dip_nr_clks[] =;

static const struct mtk_gate img1_wpe_clks[] =;

static const struct mtk_clk_desc img_desc =;

static const struct mtk_clk_desc img1_dip_top_desc =;

static const struct mtk_clk_desc img1_dip_nr_desc =;

static const struct mtk_clk_desc img1_wpe_desc =;

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

static struct platform_driver clk_mt8195_img_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();