From: richard@bit42.se
To: srinivas.kandagatla@linaro.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org
Cc: srinivas.kandagatla@linaro.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
niklas.soderlund+renesas@ragnatech.se
Subject: Re: [PATCH v5 1/2] dt-bindings: nvmem: Add t1023-sfp efuse support
Date: Wed, 26 Jul 2023 07:35:12 +0200 [thread overview]
Message-ID: <e248cd32ba0fe9388a72a732ad252eaa@bit42.se> (raw)
In-Reply-To: <20230410082051.2948510-1-richard@bit42.se>
On 2023-04-10 10:20, Richard Alpe wrote:
> Add a schema for the NVMEM eFuse (SFP) layout on the NXP QorIQ SOC.
>
> Signed-off-by: Richard Alpe <richard@bit42.se>
> ---
> v3: Introduce this patch.
> v4: Updates according to feedback from Krzysztof.
> v5: Fix yamllint warning (file name $id matching).
>
> .../bindings/nvmem/fsl,t1023-sfp.yaml | 37 +++++++++++++++++++
> 1 file changed, 37 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/nvmem/fsl,t1023-sfp.yaml
>
> diff --git a/Documentation/devicetree/bindings/nvmem/fsl,t1023-sfp.yaml
> b/Documentation/devicetree/bindings/nvmem/fsl,t1023-sfp.yaml
> new file mode 100644
> index 000000000000..df826b40d8ca
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/nvmem/fsl,t1023-sfp.yaml
> @@ -0,0 +1,37 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/nvmem/fsl,t1023-sfp.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: NXP QorIQ eFuse support
> +
> +maintainers:
> + - Richard Alpe <richard@bit42.se>
> +
> +description:
> + Read support for the eFuses (SFP) on NXP QorIQ series SoC's.
> +
> +allOf:
> + - $ref: nvmem.yaml#
> +
> +properties:
> + compatible:
> + const: fsl,t1023-sfp
> +
> + reg:
> + maxItems: 1
> +
> +required:
> + - compatible
> + - reg
> +
> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + efuse@e8000 {
> + compatible = "fsl,t1023-sfp";
> + reg = <0xe8000 0x1000>;
> + };
> +...
Gentle ping on this
next prev parent reply other threads:[~2023-07-26 5:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 8:20 [PATCH v5 1/2] dt-bindings: nvmem: Add t1023-sfp efuse support Richard Alpe
2023-04-10 8:20 ` [PATCH v5 2/2] nvmem: add new NXP QorIQ eFuse driver Richard Alpe
2023-05-09 19:20 ` Niklas Söderlund
2023-07-28 7:20 ` richard
2024-03-12 22:09 ` Sean Anderson
2024-03-12 22:13 ` Sean Anderson
2023-04-10 17:15 ` [PATCH v5 1/2] dt-bindings: nvmem: Add t1023-sfp efuse support Krzysztof Kozlowski
2023-07-26 5:35 ` richard [this message]
2023-07-26 7:56 ` Krzysztof Kozlowski
2023-07-28 7:25 ` Srinivas Kandagatla
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=e248cd32ba0fe9388a72a732ad252eaa@bit42.se \
--to=richard@bit42.se \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.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;
as well as URLs for NNTP newsgroup(s).