Commits

Peng Fan committed 7ac029fb9cb
MLK-16204-4: nvmem: imx-ocotp: add i.mx8mq support and fix read Add i.MX8MQ support and Fix read. When offset is not 4 bytes aligned, directly shift righty by 2 bits will cause reading out wrong data. Since imx ocotp only supports 4 bytes reading once, we need handle offset is not 4 bytes aligned and enlarge the bytes to 4 bytes aligned. After finished reading, copy the needed data from buffer to caller and free buffer. Signed-off-by: Peng Fan <peng.fan@nxp.com>