linux/drivers/clk/mediatek/clk-mt7622-infracfg.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2017 MediaTek Inc.
 * Copyright (c) 2023 Collabora, Ltd.
 *               AngeloGioacchino Del Regno <[email protected]>
 */

#include <dt-bindings/clock/mt7622-clk.h>
#include <linux/module.h>
#include <linux/platform_device.h>

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

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

static const struct mtk_gate_regs infra_cg_regs =;

static const char * const infra_mux1_parents[] =;

static const struct mtk_composite cpu_muxes[] =;

static const struct mtk_gate infra_clks[] =;

static u16 infrasys_rst_ofs[] =;

static const struct mtk_clk_rst_desc clk_rst_desc =;

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

static int clk_mt7622_infracfg_probe(struct platform_device *pdev)
{}

static void clk_mt7622_infracfg_remove(struct platform_device *pdev)
{}

static struct platform_driver clk_mt7622_infracfg_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();