aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/crypto
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-04-25 20:35:54 -0500
committerRob Herring <robh@kernel.org>2018-04-27 16:56:55 -0500
commitb48e7dad437323812d963e4d92906eac9e55b449 (patch)
tree7f6a090e0515388c43af163069c5408d2bd16fcf /Documentation/devicetree/bindings/crypto
parentdt-bindings: move various timer bindings to timer/ directory (diff)
downloadlinux-dev-b48e7dad437323812d963e4d92906eac9e55b449.tar.xz
linux-dev-b48e7dad437323812d963e4d92906eac9e55b449.zip
dt-bindings: move various RNG bindings to rng/ directory
Bindings are supposed to be organized by device class/function. Move bindings for various RNGs to rng/ binding directory. Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/crypto')
-rw-r--r--Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt b/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
deleted file mode 100644
index a13fbdb4bd88..000000000000
--- a/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Exynos Pseudo Random Number Generator
-
-Required properties:
-
-- compatible : One of:
- - "samsung,exynos4-rng" for Exynos4210 and Exynos4412
- - "samsung,exynos5250-prng" for Exynos5250+
-- reg : Specifies base physical address and size of the registers map.
-- clocks : Phandle to clock-controller plus clock-specifier pair.
-- clock-names : "secss" as a clock name.
-
-Example:
-
- rng@10830400 {
- compatible = "samsung,exynos4-rng";
- reg = <0x10830400 0x200>;
- clocks = <&clock CLK_SSS>;
- clock-names = "secss";
- };