mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
BL808 contains clocks and resets controlled by registers in several MMIO regions, mostly because each MMIO region is in a separate power domain. Add the descriptions for the known clocks and resets. Signed-off-by: Samuel Holland <samuel@sholland.org>
6 lines
79 B
Makefile
6 lines
79 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += clk_bflb.o
|
|
|
|
obj-y += clk_bl808.o
|