mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 11:55:49 +07:00
f7c82a60ba
Add support for all configurable clocks found on NXP LPC32xx SoC. The list contains several heterogenous groups of clocks: * system clocks including multiple dividers and muxes, * x397 PLL, HCLK PLL and USB PLL, * peripheral clocks inherited from rtc, hclk and pclk, * USB controller clocks: AHB slave, I2C, OTG, OHCI and device. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
4 lines
140 B
Makefile
4 lines
140 B
Makefile
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-cgu.o
|
|
obj-$(CONFIG_ARCH_LPC18XX) += clk-lpc18xx-ccu.o
|
|
obj-$(CONFIG_ARCH_LPC32XX) += clk-lpc32xx.o
|