linux/drivers/clk/mediatek/clk-mt8195-vpp0.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 vpp0_0_cg_regs =;

static const struct mtk_gate_regs vpp0_1_cg_regs =;

static const struct mtk_gate_regs vpp0_2_cg_regs =;

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

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

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

static const struct mtk_gate vpp0_clks[] =;

static const struct mtk_clk_desc vpp0_desc =;

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

static struct platform_driver clk_mt8195_vpp0_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();