[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z5upsp1NbB7/j503@lizhi-Precision-Tower-5810>
Date: Thu, 30 Jan 2025 11:32:50 -0500
From: Frank Li <Frank.li@....com>
To: Alexander Stein <alexander.stein@...tq-group.com>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
devicetree@...r.kernel.org, imx@...ts.linux.dev,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: nvmem: imx-ocotp: Add i.MX8M Nano
access controller definitions
On Thu, Jan 30, 2025 at 02:00:58PM +0100, Alexander Stein wrote:
> These are the definition for the bindings of imx-ocotp for disabling
> fuses.
>
> Signed-off-by: Alexander Stein <alexander.stein@...tq-group.com>
> ---
Reviewed-by: Frank Li <Frank.Li@....com>
> include/dt-bindings/nvmem/fsl,imx8mn-ocotp.h | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 include/dt-bindings/nvmem/fsl,imx8mn-ocotp.h
>
> diff --git a/include/dt-bindings/nvmem/fsl,imx8mn-ocotp.h b/include/dt-bindings/nvmem/fsl,imx8mn-ocotp.h
> new file mode 100644
> index 0000000000000..6e554edefd488
> --- /dev/null
> +++ b/include/dt-bindings/nvmem/fsl,imx8mn-ocotp.h
> @@ -0,0 +1,16 @@
> +/* SPDX-License-Identifier: GPL-2.0 OR MIT */
> +
> +#ifndef _DT_BINDINGS_NVMEM_IMX8MN_OCOTP_H
> +#define _DT_BINDINGS_NVMEM_IMX8MN_OCOTP_H
> +
> +#define IMX8MN_OCOTP_M7_DISABLE 0
> +#define IMX8MN_OCOTP_M7_MPU_DISABLE 1
> +#define IMX8MN_OCOTP_M7_FPU_DISABLE 2
> +#define IMX8MN_OCOTP_USB_OTG1_DISABLE 3
> +#define IMX8MN_OCOTP_GPU3D_DISABLE 4
> +#define IMX8MN_OCOTP_MIPI_DSI_DISABLE 5
> +#define IMX8MN_OCOTP_ENET_DISABLE 6
> +#define IMX8MN_OCOTP_MIPI_CSI_DISABLE 7
> +#define IMX8MN_OCOTP_ASRC_DISABLE 8
> +
> +#endif
> --
> 2.34.1
>
Powered by blists - more mailing lists