diff options
author | Thomas Bourgoin <thomas.bourgoin@foss.st.com> | 2024-02-19 12:37:45 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2024-02-29 10:14:08 +0100 |
commit | 45734a13fa7e8b23850604ee034ba37c458c738f (patch) | |
tree | e0ca3f6dd119d15262c0395bbd7d2ec6474b1383 /arch/arm/boot | |
parent | d4e12273a7848e63bde6a38ab0721f83065db200 (diff) |
ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk
Add the crypto accelerator enable on stm32mp135f-dk board.
Signed-off-by: Thomas Bourgoin <thomas.bourgoin@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/st/stm32mp135f-dk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts index a7b1b2ca9d0b..52171214a308 100644 --- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts +++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts @@ -97,6 +97,10 @@ status = "okay"; }; +&cryp { + status = "okay"; +}; + &i2c1 { pinctrl-names = "default", "sleep"; pinctrl-0 = <&i2c1_pins_a>; |