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


Groups > linux.kernel > #1412937 > unrolled thread

[PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2016-06-03 10:50 +0200
Last post2016-06-06 16:20 +0200
Articles 2 — 2 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 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings Neil Armstrong <narmstrong@baylibre.com> - 2016-06-03 10:50 +0200
    Re: [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware  Random Generator bindings Rob Herring <robh@kernel.org> - 2016-06-06 16:20 +0200

#1412937 — [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

FromNeil Armstrong <narmstrong@baylibre.com>
Date2016-06-03 10:50 +0200
Subject[PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
Message-ID<rFSXM-T2-25@gated-at.bofh.it>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 .../devicetree/bindings/rng/amlogic,meson-rng.txt          | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt

diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
new file mode 100644
index 0000000..202f2d0
--- /dev/null
+++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
@@ -0,0 +1,14 @@
+Amlogic Meson Random number generator
+=====================================
+
+Required properties:
+
+- compatible : should be "amlogic,meson-rng"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+rng {
+        compatible = "amlogic,meson-rng";
+        reg = <0x0 0xc8834000 0x0 0x4>;
+};
-- 
2.7.0

[toc] | [next] | [standalone]


#1415104 — Re: [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings

FromRob Herring <robh@kernel.org>
Date2016-06-06 16:20 +0200
SubjectRe: [PATCH 2/3] dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
Message-ID<rH3xN-62c-79@gated-at.bofh.it>
In reply to#1412937
On Fri, Jun 03, 2016 at 10:47:00AM +0200, Neil Armstrong wrote:
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  .../devicetree/bindings/rng/amlogic,meson-rng.txt          | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web