CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/03/21 06:53:24
Modified files: sys/dev/fdt : imxccm.c imxccm_clocks.h Log message: Add clock support for i.MX8MM. The CCM is based on the i.MX8MQ version, so we can re-use the same mechanisms. It's not the same though, which means that some code is duplicated. There's some room for refactoring. The PLLs, on the other hand, work quite differently. This allows most of our supported peripherals to work, including clock frequency scaling. Feedback from and ok kettenis@