dt/bindings: exynos-rng: Move dt binding documentation to bindings/crypto
authorPrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Wed, 23 Aug 2017 15:04:43 +0000 (20:34 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Sep 2017 09:43:15 +0000 (17:43 +0800)
Samsung exynos PRNG driver is using crypto framework instead of
hw_random framework. So move the devicetree binding to crypto folder.

Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt [new file with mode: 0644]
Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt [deleted file]
MAINTAINERS

diff --git a/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt b/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
new file mode 100644 (file)
index 0000000..4ca8dd4
--- /dev/null
@@ -0,0 +1,17 @@
+Exynos Pseudo Random Number Generator
+
+Required properties:
+
+- compatible  : Should be "samsung,exynos4-rng".
+- 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";
+       };
diff --git a/Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt b/Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
deleted file mode 100644 (file)
index 4ca8dd4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Exynos Pseudo Random Number Generator
-
-Required properties:
-
-- compatible  : Should be "samsung,exynos4-rng".
-- 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";
-       };
index 2281af4b41b6ce2000be7f3305db98475fdd7df6..92df4e80a170aecd1f6e225af23ed0e95ea0b272 100644 (file)
@@ -11743,7 +11743,7 @@ L:      linux-crypto@vger.kernel.org
 L:     linux-samsung-soc@vger.kernel.org
 S:     Maintained
 F:     drivers/crypto/exynos-rng.c
-F:     Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
+F:     Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
 
 SAMSUNG FRAMEBUFFER DRIVER
 M:     Jingoo Han <jingoohan1@gmail.com>