[PATCH v2 0/3] Add i.MX94 OCOTP support

alice.guo@oss.nxp.com posted 3 patches 1 month, 3 weeks ago
.../devicetree/bindings/nvmem/imx-ocotp.yaml         |  4 +++-
arch/arm64/boot/dts/freescale/imx94.dtsi             |  7 +++++++
drivers/nvmem/imx-ocotp-ele.c                        | 20 ++++++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
[PATCH v2 0/3] Add i.MX94 OCOTP support
Posted by alice.guo@oss.nxp.com 1 month, 3 weeks ago
This patch series adds support for the OCOTP controller on the i.MX94
SoC. The OCOTP controller provides access to eFuse regions.

Tested on an i.MX943 EVK board with successful NVMEM read access via
sysfs.

Changes for v2:
 - improved commit messages for each patch
 - added Acked-by and Reviewed-by tags from reviewers
 - updated the efuse@47510000 node

Signed-off-by: Alice Guo <alice.guo@nxp.com>
---
Alice Guo (3):
      dt-bindings: nvmem: imx-ocotp: Add support for i.MX94
      nvmem: imx-ocotp-ele: Add i.MX94 OCOTP support
      arm64: dts: imx94: Add OCOTP node

 .../devicetree/bindings/nvmem/imx-ocotp.yaml         |  4 +++-
 arch/arm64/boot/dts/freescale/imx94.dtsi             |  7 +++++++
 drivers/nvmem/imx-ocotp-ele.c                        | 20 ++++++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletion(-)
---
base-commit: 211ddde0823f1442e4ad052a2f30f050145ccada
change-id: 20251020-imx94-80cfea8aa71b

Best regards,
-- 
Alice Guo <alice.guo@nxp.com>
Re: (subset) [PATCH v2 0/3] Add i.MX94 OCOTP support
Posted by Srinivas Kandagatla 1 month, 1 week ago
On Mon, 20 Oct 2025 18:50:41 +0800, alice.guo@oss.nxp.com wrote:
> This patch series adds support for the OCOTP controller on the i.MX94
> SoC. The OCOTP controller provides access to eFuse regions.
> 
> Tested on an i.MX943 EVK board with successful NVMEM read access via
> sysfs.
> 
> Changes for v2:
>  - improved commit messages for each patch
>  - added Acked-by and Reviewed-by tags from reviewers
>  - updated the efuse@47510000 node
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: nvmem: imx-ocotp: Add support for i.MX94
      commit: 294e0add7bb8eca991f7e8d064c71acfffd10462
[2/3] nvmem: imx-ocotp-ele: Add i.MX94 OCOTP support
      commit: 9e8d7c3115f4eceaae2d5282518be78bcb7ca188

Best regards,
-- 
Srinivas Kandagatla <srini@kernel.org>