Message ID | 20240228081355.1627744-1-peng.fan@oss.nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: nvmem: imx-ocotp: support i.MX95 | expand |
On 28/02/2024 09:13, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@nxp.com> > > Add i.MX95 ocotp compatible string > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Wed, Feb 28, 2024 at 04:13:54PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@nxp.com> > > Add i.MX95 ocotp compatible string > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- ping? Krzysztof already acked this patch. Who will take care this one? https://lore.kernel.org/imx/38c0a765-e29a-4142-8f0b-7e8f2ea89fdc@linaro.org/ Frank Li > Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml > index be1314454bec..e16f16c14505 100644 > --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml > +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml > @@ -12,7 +12,7 @@ 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 SoCs. > + i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN i.MX8MP and i.MX93/5 SoCs. > > allOf: > - $ref: nvmem.yaml# > @@ -34,6 +34,7 @@ properties: > - fsl,imx8mq-ocotp > - fsl,imx8mm-ocotp > - fsl,imx93-ocotp > + - fsl,imx95-ocotp > - const: syscon > - items: > - enum: > -- > 2.37.1 >
On Wed, 28 Feb 2024 16:13:54 +0800, Peng Fan (OSS) wrote: > Add i.MX95 ocotp compatible string > > Applied, thanks! [1/2] dt-bindings: nvmem: imx-ocotp: support i.MX95 commit: 62e39987d3d5f27e2c074398805d101d7b9abaf4 [2/2] nvmem: imx-ocotp-ele: support i.MX95 commit: 04d372dd5562ed8aed4cdbb1004fe33a3bc4fa24 Best regards,
diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml index be1314454bec..e16f16c14505 100644 --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml @@ -12,7 +12,7 @@ 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 SoCs. + i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN i.MX8MP and i.MX93/5 SoCs. allOf: - $ref: nvmem.yaml# @@ -34,6 +34,7 @@ properties: - fsl,imx8mq-ocotp - fsl,imx8mm-ocotp - fsl,imx93-ocotp + - fsl,imx95-ocotp - const: syscon - items: - enum: