All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: at91/dt: sama5d2: add trng node
Date: Fri, 6 May 2016 15:29:56 +0200	[thread overview]
Message-ID: <572C9C54.5030706@atmel.com> (raw)
In-Reply-To: <1462293864-32551-2-git-send-email-mike@mikebwilliams.com>

Le 03/05/2016 18:44, Mike Williams a ?crit :
> Add node to support SAMA5D2 hardware random number generator.

Oh, Mike, something is missing here: you Singed-off-by tag.

http://lxr.free-electrons.com/source/Documentation/SubmittingPatches#L409

Please read this and send me an email telling me if you add it to your
patches (this way you don't have to re-send them, if it's easier for you).

Bye,


> ---
>  arch/arm/boot/dts/sama5d2.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
> index 78996bd..af9a5f8 100644
> --- a/arch/arm/boot/dts/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/sama5d2.dtsi
> @@ -1127,6 +1127,13 @@
>  				status = "disabled";
>  			};
>  
> +			trng at fc01c000 {
> +				compatible = "atmel,at91sam9g45-trng";
> +				reg = <0xfc01c000 0x4000>;
> +				interrupts = <47 IRQ_TYPE_LEVEL_HIGH 0>;
> +				clocks = <&trng_clk>;
> +			};
> +
>  			aic: interrupt-controller at fc020000 {
>  				#interrupt-cells = <3>;
>  				compatible = "atmel,sama5d2-aic";
> 


-- 
Nicolas Ferre

  reply	other threads:[~2016-05-06 13:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-03 16:44 [PATCH 0/3] ARM: at91/dt: add SAMA5 trng nodes Mike Williams
2016-05-03 16:44 ` [PATCH 1/3] ARM: at91/dt: sama5d2: add trng node Mike Williams
2016-05-06 13:29   ` Nicolas Ferre [this message]
2016-05-03 16:44 ` [PATCH 2/3] ARM: at91/dt: sama5d3: " Mike Williams
2016-05-03 16:44 ` [PATCH 3/3] ARM: at91/dt: sama5d4: " Mike Williams
2016-05-06 13:24 ` [PATCH 0/3] ARM: at91/dt: add SAMA5 trng nodes Nicolas Ferre

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=572C9C54.5030706@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.