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

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

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

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

static const struct mtk_gate_regs cam_cg_regs =;

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

static const struct mtk_gate cam_main_clks[] =;

static const struct mtk_gate cam_rawa_clks[] =;

static const struct mtk_gate cam_rawb_clks[] =;

static const struct mtk_gate cam_yuva_clks[] =;

static const struct mtk_gate cam_yuvb_clks[] =;

static const struct mtk_clk_desc cam_main_desc =;

static const struct mtk_clk_desc cam_rawa_desc =;

static const struct mtk_clk_desc cam_rawb_desc =;

static const struct mtk_clk_desc cam_yuva_desc =;

static const struct mtk_clk_desc cam_yuvb_desc =;

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

static struct platform_driver clk_mt8188_cam_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();