CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/04/26 07:31:48
Modified files: sys/dev/fdt : imxccm.c imxccm_clocks.h Log message: Add support for the i.MX8MM USB clocks. These behave exactly like the i.MX8MQ variant and sit in the same places, but there seems to be only one ROOT clock. Since the device tree bindings don't seem to use assigned-clock-rates, there's no need to implement the get/ set frequency for the USB clocks. Essentially this means: fewer code to copy.