From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Markus Mayer <mmayer@broadcom.com>,
Olivia Mackall <olivia@selenic.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
Aurelien Jarno <aurelien@aurel32.net>,
Conor Dooley <conor+dt@kernel.org>,
Daniel Golle <daniel@makrotopia.org>,
Florian Fainelli <florian.fainelli@broadcom.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>
Cc: Device Tree Mailing List <devicetree@vger.kernel.org>,
Linux Crypto Mailing List <linux-crypto@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] dt-bindings: rng: add binding for BCM74110 RNG
Date: Thu, 31 Oct 2024 08:29:42 +0100 [thread overview]
Message-ID: <db7b7745-404d-45f7-a429-c1c747de8e6b@linaro.org> (raw)
In-Reply-To: <20241030213400.802264-2-mmayer@broadcom.com>
On 30/10/2024 22:33, Markus Mayer wrote:
> Add a binding for the random number generator used on the BCM74110.
>
> Signed-off-by: Markus Mayer <mmayer@broadcom.com>
> ---
> .../bindings/rng/brcm,bcm74110.yaml | 35 +++++++++++++++++++
> 1 file changed, 35 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/rng/brcm,bcm74110.yaml
>
> diff --git a/Documentation/devicetree/bindings/rng/brcm,bcm74110.yaml b/Documentation/devicetree/bindings/rng/brcm,bcm74110.yaml
> new file mode 100644
> index 000000000000..acd0856cee72
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/rng/brcm,bcm74110.yaml
Filename as compatible.
> @@ -0,0 +1,35 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/rng/brcm,bcm74110.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: BCM74110 Random number generator
> +
> +description: |
Do not need '|' unless you need to preserve formatting.
> + Random number generator used on the BCM74110.
> +
> +maintainers:
> + - Markus Mayer <mmayer@broadcom.com>
> + - Florian Fainelli <florian.fainelli@broadcom.com>
> +
> +properties:
> + compatible:
> + enum:
> + - brcm,bcm74110-rng
That's not what you have in DTS.
> +
> + reg:
> + maxItems: 1
> +
> +required:
> + - compatible
> + - reg
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + rng: rng@83ba000 {
Drop unused label.
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-10-31 7:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-30 21:33 [PATCH 0/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver Markus Mayer
2024-10-30 21:33 ` [PATCH 1/2] dt-bindings: rng: add binding for BCM74110 RNG Markus Mayer
2024-10-30 21:42 ` Florian Fainelli
2024-10-30 22:36 ` Rob Herring (Arm)
2024-10-31 7:29 ` Krzysztof Kozlowski [this message]
2024-10-31 18:55 ` Markus Mayer
2024-11-01 6:50 ` Krzysztof Kozlowski
2024-10-30 21:33 ` [PATCH 2/2] hwrng: bcm74110 - Add Broadcom BCM74110 RNG driver Markus Mayer
2024-10-30 21:41 ` Florian Fainelli
2024-10-31 18:35 ` Markus Mayer
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=db7b7745-404d-45f7-a429-c1c747de8e6b@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=aurelien@aurel32.net \
--cc=conor+dt@kernel.org \
--cc=daniel@makrotopia.org \
--cc=devicetree@vger.kernel.org \
--cc=florian.fainelli@broadcom.com \
--cc=francesco.dolcini@toradex.com \
--cc=herbert@gondor.apana.org.au \
--cc=krzk+dt@kernel.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmayer@broadcom.com \
--cc=olivia@selenic.com \
--cc=robh@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