CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/06/17 05:12:27
Modified files: sys/dev/fdt : imxccm.c Log message: Add another missing clock for i.MX7D. This particular clock lives on the "analog" part that is really covered by imxanatop(4). To keep all the clock logic together, use the regmap exposed by that device to access the registers. ok patrick@