CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/11/14 14:24:08
Modified files: sys/dev/fdt : imxiic.c imxiicvar.h Log message: Add support for the VF610 I2C controller to imxiic(4). It uses its own clock divisor table and its registers are each a byte apart. The status register is write 1 to clear instead of write 0 to clear, and the enable bit is also inverted. ok kettenis@