]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dt-bindings: hwrng: Add Amlogic Meson Hardware Random Generator bindings
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 15 Jun 2016 10:01:45 +0000 (12:01 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 15 Jun 2016 15:53:33 +0000 (08:53 -0700)
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
new file mode 100644 (file)
index 0000000..202f2d0
--- /dev/null
@@ -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>;
+};