[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175876283151.3268828.13905899356593149136.robh@kernel.org>
Date: Wed, 24 Sep 2025 20:18:17 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Alice Guo (OSS)" <alice.guo@....nxp.com>
Cc: Shawn Guo <shawnguo@...nel.org>, Peng Fan <peng.fan@....com>,
Alice Guo <alice.guo@....com>, Fabio Estevam <festevam@...il.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Conor Dooley <conor+dt@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>,
devicetree@...r.kernel.org, Srinivas Kandagatla <srini@...nel.org>,
linux-arm-kernel@...ts.infradead.org, imx@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] Add i.MX94 OCOTP support
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@....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@....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@....nxp.com:
arch/arm64/boot/dts/freescale/imx943-evk.dtb: efuse@...10000 (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@...10000 (fsl,imx94-ocotp): Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/nvmem/imx-ocotp.yaml#
Powered by blists - more mailing lists