mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
This patch adds a clock driver for MediaTek MT7621 SoC. This driver provides clock gate control as well as getting clock frequency for CPU/SYS/XTAL and some peripherals. Reviewed-by: Sean Anderson <seanga2@gmail.com> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
6 lines
159 B
Makefile
6 lines
159 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_SOC_MT7620) += clk-mt7620.o
|
|
obj-$(CONFIG_SOC_MT7621) += clk-mt7621.o
|
|
obj-$(CONFIG_SOC_MT7628) += clk-mt7628.o
|