linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: "Krzysztof Kozlowski" <krzysztof.kozlowski@canonical.com>,
	"Matt Mackall" <mpm@selenic.com>,
	"Herbert Xu" <herbert@gondor.apana.org.au>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Ludovic Desroches" <ludovic.desroches@microchip.com>,
	"Avi Fishman" <avifishman70@gmail.com>,
	"Tomer Maimon" <tmaimon77@gmail.com>,
	"Tali Perry" <tali.perry1@gmail.com>,
	"Patrick Venture" <venture@google.com>,
	"Nancy Yuen" <yuenn@google.com>,
	"Benjamin Fair" <benjaminfair@google.com>,
	"Khuong Dinh" <khuong@os.amperecomputing.com>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	"Nishanth Menon" <nm@ti.com>,
	"Santosh Shilimkar" <ssantosh@kernel.org>,
	"Pali Rohár" <pali@kernel.org>,
	"Tony Lindgren" <tony@atomide.com>,
	linux-crypto@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, openbmc@lists.ozlabs.org
Subject: Re: [PATCH 3/8] dt-bindings: rng: atmel,at91-trng: document sama7g5 TRNG
Date: Mon, 3 Jan 2022 18:35:50 +0100	[thread overview]
Message-ID: <806f614d-4c83-53fa-dd1d-8054bc84d755@microchip.com> (raw)
In-Reply-To: <20211227183251.132525-3-krzysztof.kozlowski@canonical.com>

On 27/12/2021 at 19:32, Krzysztof Kozlowski wrote:
> Add compatbile for Microchip sama7g5 TRNG.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

As far as I understand:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks for having taken care of this.
Best regards,
   Nicolas

> ---
>   .../devicetree/bindings/rng/atmel,at91-trng.yaml      | 11 ++++++++---
>   1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml b/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml
> index 0324e863dab8..c1527637eb74 100644
> --- a/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml
> +++ b/Documentation/devicetree/bindings/rng/atmel,at91-trng.yaml
> @@ -13,9 +13,14 @@ maintainers:
> 
>   properties:
>     compatible:
> -    enum:
> -      - atmel,at91sam9g45-trng
> -      - microchip,sam9x60-trng
> +    oneOf:
> +      - enum:
> +          - atmel,at91sam9g45-trng
> +          - microchip,sam9x60-trng
> +      - items:
> +          - enum:
> +              - microchip,sama7g5-trng
> +          - const: atmel,at91sam9g45-trng
> 
>     clocks:
>       maxItems: 1
> --
> 2.32.0
> 


-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-01-03 17:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-27 18:32 [PATCH 1/8] dt-bindings: rng: apm, x-gene-rng: convert APM RNG to dtschema Krzysztof Kozlowski
2021-12-27 18:32 ` [PATCH 2/8] dt-bindings: rng: atmel, at91-trng: convert Atmel TRNG " Krzysztof Kozlowski
2021-12-28 12:54   ` Rob Herring
2021-12-28 13:07     ` Krzysztof Kozlowski
2022-01-03 17:36       ` Nicolas Ferre
2021-12-27 18:32 ` [PATCH 3/8] dt-bindings: rng: atmel,at91-trng: document sama7g5 TRNG Krzysztof Kozlowski
2022-01-03 17:35   ` Nicolas Ferre [this message]
2021-12-27 18:32 ` [PATCH 4/8] dt-bindings: rng: ti, keystone-rng: convert TI Keystone RNG to dtschema Krzysztof Kozlowski
2021-12-27 18:32 ` [PATCH 5/8] dt-bindings: rng: nuvoton, npcm-rng: convert Nuvoton NPCM " Krzysztof Kozlowski
2021-12-27 18:32 ` [PATCH 6/8] dt-bindings: rng: ti, omap-rom-rng: convert OMAP ROM " Krzysztof Kozlowski
2021-12-27 18:32 ` [PATCH 7/8] dt-bindings: rng: st,rng: convert ST " Krzysztof Kozlowski
2021-12-27 18:32 ` [PATCH 8/8] dt-bindings: rng: timeriomem_rng: convert TimerIO " Krzysztof Kozlowski
2022-01-05 13:30 ` [PATCH 1/8] dt-bindings: rng: apm, x-gene-rng: convert APM " Rob Herring

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=806f614d-4c83-53fa-dd1d-8054bc84d755@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=avifishman70@gmail.com \
    --cc=benjaminfair@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=khuong@os.amperecomputing.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=mpm@selenic.com \
    --cc=nm@ti.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=pali@kernel.org \
    --cc=patrice.chotard@foss.st.com \
    --cc=robh+dt@kernel.org \
    --cc=ssantosh@kernel.org \
    --cc=tali.perry1@gmail.com \
    --cc=tmaimon77@gmail.com \
    --cc=tony@atomide.com \
    --cc=venture@google.com \
    --cc=yuenn@google.com \
    /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).