All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: Rick Altherr <raltherr@google.com>
Cc: OpenBMC Maillist <openbmc@lists.ozlabs.org>
Subject: Re: [PATCH linux dev-4.7 v1] dts: aspeed: Add hardware RNG to aspeed-g4 and aspeed-g5
Date: Wed, 5 Apr 2017 14:07:03 +0930	[thread overview]
Message-ID: <CACPK8XdzrTzMc0-bD6WgZDo+yLB=KguiWaMTp5mh4xS5vA0K-w@mail.gmail.com> (raw)
In-Reply-To: <20170404215329.14823-1-raltherr@google.com>

Hi Rick,

I tried to apply this and got the following:

Applying patch #746973 using 'git am -s'
Description: [linux,dev-4.7,v1] dts: aspeed: Add hardware RNG to
aspeed-g4 and aspeed-g5
Applying: dts: aspeed: Add hardware RNG to aspeed-g4 and aspeed-g5
error: corrupt patch at line 42
Patch failed at 0001 dts: aspeed: Add hardware RNG to aspeed-g4 and aspeed-g5

Can you try sending again?

Cheers,

Joel

On Wed, Apr 5, 2017 at 7:23 AM, Rick Altherr <raltherr@google.com> wrote:
> Signed-off-by: Rick Altherr <raltherr@google.com>
> ---
>
>  arch/arm/boot/dts/aspeed-g4.dtsi |  6 ++++++
>  arch/arm/boot/dts/aspeed-g5.dtsi | 12 ++++++++++++
>  2 files changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
> index e5be87076a6b..ee735e92c3d9 100644
> --- a/arch/arm/boot/dts/aspeed-g4.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g4.dtsi
> @@ -840,6 +840,12 @@
>                                 reg = <0x1e6e202c 0x4>;
>                         };
>
> +                       hwrng@1e6e2078 {
> +                               compatible = "timeriomem_rng";
> +                               reg = <0x1e6e2078 0x4>;
> +                               period = <1>;
> +                       };
> +
>                         adc: adc@1e6e9000 {
>                                 compatible = "aspeed,ast2400-adc";
>                                 reg = <0x1e6e9000 0xB0>;
> diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
> index 48fd068251d6..4f29dcfcc134 100644
> --- a/arch/arm/boot/dts/aspeed-g5.dtsi
> +++ b/arch/arm/boot/dts/aspeed-g5.dtsi
> @@ -1009,6 +1009,18 @@
>                                 reg = <0x1e6e202c 0x4>;
>                         };
>
> +                       hwrng@1e6e2078 {
> +                               compatible = "timeriomem_rng";
> +                               reg = <0x1e6e2078 0x4>;
> +                               period = <1>;
> +                       };
> +
>                         gfx: display@1e6e6000 {
>                                 compatible = "aspeed,ast2500-gfx", "syscon";
>                                 reg = <0x1e6e6000 0x1000>;
> --
> 2.12.2.715.g7642488e1d-goog
>

      reply	other threads:[~2017-04-05  4:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-04 21:53 [PATCH linux dev-4.7 v1] dts: aspeed: Add hardware RNG to aspeed-g4 and aspeed-g5 Rick Altherr
2017-04-05  4:37 ` Joel Stanley [this message]

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='CACPK8XdzrTzMc0-bD6WgZDo+yLB=KguiWaMTp5mh4xS5vA0K-w@mail.gmail.com' \
    --to=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.org \
    --cc=raltherr@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 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.