linux/drivers/clk/mediatek/clk-mt8188-wpe.c

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

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

#include <dt-bindings/clock/mediatek,mt8188-clk.h>

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

static const struct mtk_gate_regs wpe_top_cg_regs =;

static const struct mtk_gate_regs wpe_vpp0_0_cg_regs =;

static const struct mtk_gate_regs wpe_vpp0_1_cg_regs =;

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

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

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

static const struct mtk_gate wpe_top_clks[] =;

static const struct mtk_gate wpe_vpp0_clks[] =;

static const struct mtk_clk_desc wpe_top_desc =;

static const struct mtk_clk_desc wpe_vpp0_desc =;

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

static struct platform_driver clk_mt8188_wpe_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();