[PATCH v1 1/3] dt-bindings: nvmem: imx-ocotp: Add binding for i.MX94

Alice Guo (OSS) posted 3 patches 1 week ago
[PATCH v1 1/3] dt-bindings: nvmem: imx-ocotp: Add binding for i.MX94
Posted by Alice Guo (OSS) 1 week ago
From: Alice Guo <alice.guo@nxp.com>

Update the imx-ocotp device tree binding documentation to include
support for the i.MX94 SoC.

Signed-off-by: Alice Guo <alice.guo@nxp.com>
---
 Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
index b2cb76cf9053..a8076d0e2737 100644
--- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
@@ -14,7 +14,8 @@ maintainers:
 description: |
   This binding represents the on-chip eFuse OTP controller found on
   i.MX6Q/D, i.MX6DL/S, i.MX6SL, i.MX6SX, i.MX6UL, i.MX6ULL/ULZ, i.MX6SLL,
-  i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN i.MX8MP and i.MX93/5 SoCs.
+  i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN i.MX8MP, i.MX93, i.MX94,
+  and i.MX95.
 
 allOf:
   - $ref: nvmem.yaml#
@@ -36,6 +37,7 @@ properties:
               - fsl,imx8mq-ocotp
               - fsl,imx8mm-ocotp
               - fsl,imx93-ocotp
+              - fsl,imx94-ocotp
               - fsl,imx95-ocotp
           - const: syscon
       - items:

-- 
2.43.0
Re: [PATCH v1 1/3] dt-bindings: nvmem: imx-ocotp: Add binding for i.MX94
Posted by Frank Li 1 week ago
On Wed, Sep 24, 2025 at 06:06:23PM +0800, Alice Guo (OSS) wrote:
> From: Alice Guo <alice.guo@nxp.com>

Subject needn't "binding" again.

dt-bindings: nvmem: imx-ocotp: Add compatible string fsl,imx94-ocotp

or Add i.MX94 support.

Frank

>
> Update the imx-ocotp device tree binding documentation to include
> support for the i.MX94 SoC.
>
> Signed-off-by: Alice Guo <alice.guo@nxp.com>
> ---
>  Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> index b2cb76cf9053..a8076d0e2737 100644
> --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> @@ -14,7 +14,8 @@ maintainers:
>  description: |
>    This binding represents the on-chip eFuse OTP controller found on
>    i.MX6Q/D, i.MX6DL/S, i.MX6SL, i.MX6SX, i.MX6UL, i.MX6ULL/ULZ, i.MX6SLL,
> -  i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN i.MX8MP and i.MX93/5 SoCs.
> +  i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN i.MX8MP, i.MX93, i.MX94,
> +  and i.MX95.
>
>  allOf:
>    - $ref: nvmem.yaml#
> @@ -36,6 +37,7 @@ properties:
>                - fsl,imx8mq-ocotp
>                - fsl,imx8mm-ocotp
>                - fsl,imx93-ocotp
> +              - fsl,imx94-ocotp
>                - fsl,imx95-ocotp
>            - const: syscon
>        - items:
>
> --
> 2.43.0
>