CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/11/13 05:40:06
Modified files: sys/dev/fdt : imxiic.c Log message: Even though the registers are 16-bit wide, the upper 8 bits are always reserved. It is fine to use byte-wide access on those registers, which will be necessary to support VF610. Tested on i.MX6 by kettenis@ and on i.MX8MQ by myself ok kettenis@