linux/drivers/clk/mediatek/clk-mt8167-aud.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2020 MediaTek Inc.
 * Copyright (c) 2020 BayLibre, SAS
 * Author: James Liao <[email protected]>
 *         Fabien Parent <[email protected]>
 */

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

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

#include <dt-bindings/clock/mt8167-clk.h>

static const struct mtk_gate_regs aud_cg_regs =;

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


static const struct mtk_gate aud_clks[] =;

static const struct mtk_clk_desc aud_desc =;

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

static struct platform_driver clk_mt8167_audsys_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();