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 05:04:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1a198cf886
u-boot
/
drivers
/
clk
/
kendryte
/
Makefile
2 lines
24 B
Makefile
Raw
Normal View
History
Unescape
Escape
clk: Add a bypass clock for K210 This is a small driver to do a software bypass of a clock if hardware bypass is not working. I have tried to write this in a generic fashion, so that it could be potentially broken out of the kendryte code at some future date. For the K210, it is used to have aclk bypass pll0 and use in0 instead so that the CPU keeps on working. Signed-off-by: Sean Anderson <seanga2@gmail.com> CC: Lukasz Majewski <lukma@denx.de>
2020-06-24 10:41:10 +00:00
obj-y
+=
bypass.o pll.o
Reference in a new issue
Copy permalink