From: "Rob Herring (Arm)" <robh@kernel.org>
To: "Alice Guo (OSS)" <alice.guo@oss.nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>, Peng Fan <peng.fan@nxp.com>,
Alice Guo <alice.guo@nxp.com>,
Fabio Estevam <festevam@gmail.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Conor Dooley <conor+dt@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
devicetree@vger.kernel.org,
Srinivas Kandagatla <srini@kernel.org>,
linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] Add i.MX94 OCOTP support
Date: Wed, 24 Sep 2025 20:18:17 -0500 [thread overview]
Message-ID: <175876283151.3268828.13905899356593149136.robh@kernel.org> (raw)
In-Reply-To: <20250924-imx943-v1-0-0d32d7852ecb@oss.nxp.com>
On Wed, 24 Sep 2025 18:06:22 +0800, Alice Guo (OSS) 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.
>
> Signed-off-by: Alice Guo <alice.guo@nxp.com>
> ---
> Alice Guo (3):
> dt-bindings: nvmem: imx-ocotp: Add binding for i.MX94
> nvmem: imx-ocotp-ele: Add support for i.MX94 OCOTP
> 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: cec1e6e5d1ab33403b809f79cd20d6aff124ccfe
> change-id: 20250924-imx943-b27ad75d14fa
>
> Best regards,
> --
> Alice Guo <alice.guo@oss.nxp.com>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: using specified base-commit cec1e6e5d1ab33403b809f79cd20d6aff124ccfe
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/freescale/' for 20250924-imx943-v1-0-0d32d7852ecb@oss.nxp.com:
arch/arm64/boot/dts/freescale/imx943-evk.dtb: efuse@47510000 (fsl,imx94-ocotp): compatible: 'oneOf' conditional failed, one must be fixed:
['fsl,imx94-ocotp'] is too short
'fsl,imx94-ocotp' is not one of ['fsl,imx8mn-ocotp', 'fsl,imx8mp-ocotp']
from schema $id: http://devicetree.org/schemas/nvmem/imx-ocotp.yaml#
arch/arm64/boot/dts/freescale/imx943-evk.dtb: efuse@47510000 (fsl,imx94-ocotp): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/nvmem/imx-ocotp.yaml#
prev parent reply other threads:[~2025-09-25 1:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-24 10:06 [PATCH 0/3] Add i.MX94 OCOTP support Alice Guo (OSS)
2025-09-24 10:06 ` [PATCH v1 1/3] dt-bindings: nvmem: imx-ocotp: Add binding for i.MX94 Alice Guo (OSS)
2025-09-24 14:42 ` Frank Li
2025-09-24 19:14 ` Conor Dooley
2025-09-24 10:06 ` [PATCH v1 2/3] nvmem: imx-ocotp-ele: Add support for i.MX94 OCOTP Alice Guo (OSS)
2025-09-24 14:43 ` Frank Li
2025-09-24 10:06 ` [PATCH v1 3/3] arm64: dts: imx94: Add OCOTP node Alice Guo (OSS)
2025-09-24 14:44 ` Frank Li
2025-09-25 1:18 ` Rob Herring (Arm) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=175876283151.3268828.13905899356593149136.robh@kernel.org \
--to=robh@kernel.org \
--cc=alice.guo@nxp.com \
--cc=alice.guo@oss.nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=srini@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox