Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1405498 > unrolled thread

[PATCH 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings

Started byYendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
First post2016-05-23 18:30 +0200
Last post2016-05-24 04:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-05-23 18:30 +0200
    Re: [PATCH 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings Rob Herring <robh@kernel.org> - 2016-05-23 23:40 +0200
    Re: [PATCH 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings Eric Anholt <eric@anholt.net> - 2016-05-24 04:30 +0200

#1405498 — [PATCH 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings

FromYendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Date2016-05-23 18:30 +0200
Subject[PATCH 1/4] dt-bindings: rng: Northstar Plus SoC rng bindings
Message-ID<rC0TU-8cl-13@gated-at.bofh.it>
Document the bindings used by Northstar Plus(NSP) SoC random number
generator.

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
---
 Documentation/devicetree/bindings/rng/brcm,bcm2835.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/rng/brcm,bcm2835.txt b/Documentation/devicetree/bindings/rng/brcm,bcm2835.txt
index 07ccdaa..aa304d4 100644
--- a/Documentation/devicetree/bindings/rng/brcm,bcm2835.txt
+++ b/Documentation/devicetree/bindings/rng/brcm,bcm2835.txt
@@ -2,7 +2,7 @@ BCM2835 Random number generator
 
 Required properties:
 
-- compatible : should be "brcm,bcm2835-rng"
+- compatible : should be "brcm,bcm2835-rng"  or "brcm,bcm-nsp-rng"
 - reg : Specifies base physical address and size of the registers.
 
 Example:
@@ -11,3 +11,8 @@ rng {
         compatible = "brcm,bcm2835-rng";
         reg = <0x7e104000 0x10>;
 };
+
+rng@18033000 {
+	compatible = "brcm,bcm-nsp-rng";
+	reg = <0x18033000 0x14>;
+};
-- 
2.1.0

[toc] | [next] | [standalone]


#1405665

FromRob Herring <robh@kernel.org>
Date2016-05-23 23:40 +0200
Message-ID<rC5JU-2KA-27@gated-at.bofh.it>
In reply to#1405498
On Mon, May 23, 2016 at 12:20:48PM -0400, Yendapally Reddy Dhananjaya Reddy wrote:
> Document the bindings used by Northstar Plus(NSP) SoC random number
> generator.
> 
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
> ---
>  Documentation/devicetree/bindings/rng/brcm,bcm2835.txt | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [next] | [standalone]


#1405787

FromEric Anholt <eric@anholt.net>
Date2016-05-24 04:30 +0200
Message-ID<rCagy-5zr-17@gated-at.bofh.it>
In reply to#1405498

[Multipart message — attachments visible in raw view] — view raw

Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
writes:

> Document the bindings used by Northstar Plus(NSP) SoC random number
> generator.
>
> Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>

Acked-by: Eric Anholt <eric@anholt.net>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web