diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-10-19 08:00:34 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-12-29 03:07:41 +0300 |
commit | 4e730c0b9cae11b473fec583e5612d03f90fe495 (patch) | |
tree | c0bf20a4479edd6f4b4e37a9b3815c79b5778570 /arch | |
parent | a452977c43fa316a17e79c6d094beeabf7226ce5 (diff) | |
download | linux-4e730c0b9cae11b473fec583e5612d03f90fe495.tar.xz |
ARM: dts: Enable PRNG module on exynos4412-trats2
Enable Pseudo Random Number Generator (PRNG) on Trats2 board. This
allows using hardware random number generator:
$ echo exynos > /sys/class/misc/hw_random/rng_current
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-trats2.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-trats2.dts b/arch/arm/boot/dts/exynos4412-trats2.dts index 40a474c4374b..a6f78c3da935 100644 --- a/arch/arm/boot/dts/exynos4412-trats2.dts +++ b/arch/arm/boot/dts/exynos4412-trats2.dts @@ -1234,6 +1234,10 @@ status = "okay"; }; +&prng { + status = "okay"; +}; + &rtc { status = "okay"; clocks = <&clock CLK_RTC>, <&max77686 MAX77686_CLK_AP>; |