linux/drivers/clk/mediatek/clk-mt6795-vencsys.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2022 Collabora Ltd.
 * Author: AngeloGioacchino Del Regno <[email protected]>
 */

#include <dt-bindings/clock/mediatek,mt6795-clk.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include "clk-gate.h"
#include "clk-mtk.h"

static const struct mtk_gate_regs venc_cg_regs =;

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

static const struct mtk_gate venc_clks[] =;

static const struct mtk_clk_desc venc_desc =;

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

static struct platform_driver clk_mt6795_vencsys_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();