All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt/bindings: Add bindings for hisilicon random number generator
@ 2016-04-01  1:37 ` Kefeng Wang
  0 siblings, 0 replies; 11+ messages in thread
From: Kefeng Wang @ 2016-04-01  1:37 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, Rob Herring, xuwei5
  Cc: Mark Rutland, linux-crypto, Herbert Xu, guohanjun, Kefeng Wang

Document the devicetree bindings for the random number generator
found on Hisilicon Hip04 and Hip05 soc.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 Documentation/devicetree/bindings/rng/hisi-rng.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rng/hisi-rng.txt

diff --git a/Documentation/devicetree/bindings/rng/hisi-rng.txt b/Documentation/devicetree/bindings/rng/hisi-rng.txt
new file mode 100644
index 0000000..80f29b6
--- /dev/null
+++ b/Documentation/devicetree/bindings/rng/hisi-rng.txt
@@ -0,0 +1,12 @@
+Hisilicon Random Number Generator
+
+Required properties:
+- compatible : Should be "hisilicon,hisi-rng"
+- reg : Offset and length of the register set of this block
+
+Example:
+
+rng@d1010000 {
+	compatible = "hisilicon,hisi-rng";
+	reg = <0xd1010000 0x100>;
+};
-- 
1.7.12.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-04-05  1:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01  1:37 [PATCH 1/2] dt/bindings: Add bindings for hisilicon random number generator Kefeng Wang
2016-04-01  1:37 ` Kefeng Wang
2016-04-01  1:37 ` Kefeng Wang
2016-04-01  1:37 ` [PATCH 2/2] hwrng: hisi: Add support for Hisilicon RNG support Kefeng Wang
2016-04-01  1:37   ` Kefeng Wang
2016-04-01  1:37   ` Kefeng Wang
2016-04-04  5:15 ` [PATCH 1/2] dt/bindings: Add bindings for hisilicon random number generator Rob Herring
2016-04-04  5:15   ` Rob Herring
2016-04-05  1:16   ` Kefeng Wang
2016-04-05  1:16     ` Kefeng Wang
2016-04-05  1:16     ` Kefeng Wang

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.