linux/drivers/clk/mediatek/clk-mt8186-mcu.c

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

#include <linux/clk-provider.h>
#include <linux/platform_device.h>
#include <dt-bindings/clock/mt8186-clk.h>

#include "clk-mtk.h"

static const char * const mcu_armpll_ll_parents[] =;

static const char * const mcu_armpll_bl_parents[] =;

static const char * const mcu_armpll_bus_parents[] =;

/*
 * We only configure the CPU muxes when adjust CPU frequency in MediaTek CPUFreq Driver.
 * Other fields like divider always keep the same value. (set once in bootloader)
 */
static struct mtk_composite mcu_muxes[] =;

static const struct mtk_clk_desc mcu_desc =;

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

static struct platform_driver clk_mt8186_mcu_drv =;
module_platform_driver();

MODULE_DESCRIPTION();
MODULE_LICENSE();