diff options
author | Cosar Dindar <cosardindar@gmail.com> | 2017-05-22 16:35:00 +0200 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-06-07 17:48:38 +0200 |
commit | d6998234935e72521e26a8b7b8a85956cbfa3c7c (patch) | |
tree | 6dcb183f3a0b46e64035863e3972cba10ea13b5d /arch | |
parent | ARM: dts: stm32: enable CRC32 on stm32429-disco board (diff) | |
download | linux-d6998234935e72521e26a8b7b8a85956cbfa3c7c.tar.xz linux-d6998234935e72521e26a8b7b8a85956cbfa3c7c.zip |
ARM: dts: stm32: enable CRC32 on stm32429i-eval board
Enable the CRC32 crypto on stm32429i-eval board.
Signed-off-by: Cosar Dindar <cosardindar@gmail.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/stm32429i-eval.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts index 28f4a51a65e7..dcda0bbefe5b 100644 --- a/arch/arm/boot/dts/stm32429i-eval.dts +++ b/arch/arm/boot/dts/stm32429i-eval.dts @@ -160,6 +160,10 @@ clock-frequency = <25000000>; }; +&crc { + status = "okay"; +}; + &dcmi { status = "okay"; |