mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
Add a clock driver for the UltraRISC DP1000 SoC. The clock tree is driven by a SYSPLL and provides fixed-factor clocks for the subsystem and PCIe, divider-based root clocks for GMAC and the UART, I2C, and SPI blocks, and per-instance gate clocks for UART0-3, I2C0-3, and SPI0-1. Signed-off-by: Jia Wang <wangjia@ultrarisc.com> Reviewed-by: Brian Masney <bmasney@redhat.com> Signed-off-by: Brian Masney <bmasney@redhat.com>
5 lines
139 B
Makefile
5 lines
139 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_CLK_ULTRARISC) += clk-ultrarisc.o
|
|
obj-$(CONFIG_CLK_ULTRARISC_DP1000) += clk-dp1000.o
|