mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:30:53 +07:00
684f741446
The module is a bridge between the RTC clock domain and the CPU interface clock domain. ARM access the register of SYSRTC, GPSRTC and PWRC through this module. Signed-off-by: Zhiwu Song <zhiwu.song@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
9 lines
173 B
Makefile
9 lines
173 B
Makefile
obj-y := timer.o
|
|
obj-y += irq.o
|
|
obj-y += clock.o
|
|
obj-y += rstc.o
|
|
obj-y += prima2.o
|
|
obj-y += rtciobrg.o
|
|
obj-$(CONFIG_DEBUG_LL) += lluart.o
|
|
obj-$(CONFIG_CACHE_L2X0) += l2x0.o
|