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

Message ID 20231009-nvmem-imx-v2-0-86cb135c20a4@nxp.com
Headers
Series nvmem: imx: correct nregs for i.MX6UL/ULL/SLL |

Message

Peng Fan (OSS) Oct. 9, 2023, 7:57 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>
---
Changes in v2:
- Cc stable kernel list in patch
- Link to v1: https://lore.kernel.org/r/20231008-nvmem-imx-v1-0-cabeb18ab676@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,
  

Comments

Srinivas Kandagatla Oct. 13, 2023, 12:47 p.m. UTC | #1
On Mon, 09 Oct 2023 15:57:26 +0800, Peng Fan (OSS) wrote:
> 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.
> 
> 

Applied, thanks!

[1/3] nvmem: imx: correct nregs for i.MX6SLL
      commit: e898831a66834fb7c9ec5816c9683e746656c25c
[2/3] nvmem: imx: correct nregs for i.MX6UL
      commit: f46cfdaf5c0723abcec6da48408fc52d710b424d
[3/3] nvmem: imx: correct nregs for i.MX6ULL
      commit: d0b450caca6f07826dfac1f60faabadf0a226b05

Best regards,