diff options
author | Lionel Debieve <lionel.debieve@st.com> | 2018-04-23 17:19:00 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-05-04 09:45:41 +0200 |
commit | b865362ef70508680c01a31376aaa769f803ab96 (patch) | |
tree | dc086c118dcdf633c6ce21d71f9295e106aef063 /arch/arm/boot/dts/stm32mp157c-ed1.dts | |
parent | ARM: dts: stm32: Add RNG support on stm32mp157c (diff) | |
download | linux-b865362ef70508680c01a31376aaa769f803ab96.tar.xz linux-b865362ef70508680c01a31376aaa769f803ab96.zip |
ARM: dts: stm32: Enable RNG for stm32mp157c-ed1
Enable stm32-hwrng for ed1 and ev1 boards
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ed1.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ed1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts index 4f122251698b..f6bb01ea4eb4 100644 --- a/arch/arm/boot/dts/stm32mp157c-ed1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts @@ -25,6 +25,10 @@ }; }; +&rng1 { + status = "okay"; +}; + &timers6 { status = "okay"; timer@5 { |