summaryrefslogtreecommitdiffstats
path: root/kernel/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt')
-rw-r--r--kernel/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt b/kernel/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
deleted file mode 100644
index e25a45666..000000000
--- a/kernel/Documentation/devicetree/bindings/hwrng/brcm,iproc-rng200.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-HWRNG support for the iproc-rng200 driver
-
-Required properties:
-- compatible : "brcm,iproc-rng200"
-- reg : base address and size of control register block
-
-Example:
-
-rng {
- compatible = "brcm,iproc-rng200";
- reg = <0x18032000 0x28>;
-};