From: Thomas Bourgoin Date: Mon, 19 Feb 2024 11:37:45 +0000 (+0100) Subject: ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45734a13fa7e8b23850604ee034ba37c458c738f;p=linux.git ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk Add the crypto accelerator enable on stm32mp135f-dk board. Signed-off-by: Thomas Bourgoin Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts index a7b1b2ca9d0bc..52171214a3087 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>;