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 <[email protected]> --- Changes in v2: * Modify MAINTAINERS file to reflect file rename .../devicetree/bindings/{rng => crypto}/samsung,exynos-rng4.txt | 0 MAINTAINERS | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/devicetree/bindings/{rng => crypto}/samsung,exynos-rng4.txt (100%) diff --git a/Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt b/Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt similarity index 100% rename from Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt rename to Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt diff --git a/MAINTAINERS b/MAINTAINERS index 4d284c7..3e0b822 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11500,7 +11500,7 @@ L: [email protected] L: [email protected] 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 <[email protected]> -- 2.10.0
