forked from OERV-BSP/u-boot
The driver is adapted from Linux kernel's version of clk-th1520-ap.c, with only output clocks for external sensors, which are barely useful in bootloaders, removed. Same as the mainline driver, it currently lacks of ability to enable and reconfigure PLLs, which could be implemented later. Signed-off-by: Yao Zi <ziyao@disroot.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
6 lines
148 B
Makefile
6 lines
148 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Copyright (C) 2025 Yao Zi <ziyao@disroot.org>
|
|
|
|
obj-$(CONFIG_CLK_THEAD_TH1520_AP) += clk-th1520-ap.o
|