[0/3] nvmem: imx: correct nregs for i.MX6UL/ULL/SLL

Message ID 20231008-nvmem-imx-v1-0-cabeb18ab676@nxp.com
Headers
Series nvmem: imx: correct nregs for i.MX6UL/ULL/SLL |

Message

Peng Fan (OSS) Oct. 8, 2023, 8:10 a.m. UTC
  The current code does not include the register space hole, after check
the fuse map of the three SoCs, update the nregs to fix the issue.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Peng Fan (3):
      nvmem: imx: correct nregs for i.MX6SLL
      nvmem: imx: correct nregs for i.MX6UL
      nvmem: imx: correct nregs for i.MX6ULL

 drivers/nvmem/imx-ocotp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
base-commit: 0f0fe5040de5e5fd9b040672e37725b046e312f0
change-id: 20231008-nvmem-imx-1af696badaf5

Best regards,