]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk
authorThomas Bourgoin <thomas.bourgoin@foss.st.com>
Mon, 19 Feb 2024 11:37:45 +0000 (12:37 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 29 Feb 2024 09:14:08 +0000 (10:14 +0100)
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>
arch/arm/boot/dts/st/stm32mp135f-dk.dts

index a7b1b2ca9d0bc08e373f883140e3c5efd5416c14..52171214a3087d29c275986971a38764a278a98a 100644 (file)
        status = "okay";
 };
 
+&cryp {
+       status = "okay";
+};
+
 &i2c1 {
        pinctrl-names = "default", "sleep";
        pinctrl-0 = <&i2c1_pins_a>;