diff options
author | Rob Herring <robh@kernel.org> | 2018-04-26 03:35:54 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-04-27 23:56:55 +0200 |
commit | b48e7dad437323812d963e4d92906eac9e55b449 (patch) | |
tree | 7f6a090e0515388c43af163069c5408d2bd16fcf /Documentation/devicetree/bindings/crypto | |
parent | dt-bindings: move various timer bindings to timer/ directory (diff) | |
download | linux-b48e7dad437323812d963e4d92906eac9e55b449.tar.xz linux-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.txt | 19 |
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"; - }; |