This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 13:14:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a798b8aaf3
u-boot
/
drivers
/
clk
/
kendryte
/
Makefile
2 lines
30 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: Add K210 clock support Due to the large number of clocks, I decided to use the CCF. The overall structure is modeled after the imx code. Clocks parameters are stored in several arrays, and are then instantiated at run-time. There are some translation macros (FOOIFY()) which allow for more dense packing. Signed-off-by: Sean Anderson <seanga2@gmail.com> CC: Lukasz Majewski <lukma@denx.de>
2020-06-24 10:41:11 +00:00
obj-y
+=
bypass.o clk.o pll.o
Reference in a new issue
Copy permalink