diff mbox series

[2/3] ARM: dts: stm32: enable CRC on stm32mp135f-dk

Message ID 20240219113745.92538-3-thomas.bourgoin@foss.st.com (mailing list archive)
State New, archived
Headers show
Series Enable the CRC and CRYP IP on STM32MP135F-DK board. | expand

Commit Message

Thomas Bourgoin Feb. 19, 2024, 11:37 a.m. UTC
From: Lionel Debieve <lionel.debieve@foss.st.com>

Enable Cyclic redundancy check on stm32mp135f-dk.

Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com>
Signed-off-by: Thomas Bourgoin <thomas.bourgoin@foss.st.com>
---
 arch/arm/boot/dts/st/stm32mp135f-dk.dts | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/st/stm32mp135f-dk.dts b/arch/arm/boot/dts/st/stm32mp135f-dk.dts
index eea740d097c7..a7b1b2ca9d0b 100644
--- a/arch/arm/boot/dts/st/stm32mp135f-dk.dts
+++ b/arch/arm/boot/dts/st/stm32mp135f-dk.dts
@@ -93,6 +93,10 @@  channel@12 {
 	};
 };
 
+&crc1 {
+	status = "okay";
+};
+
 &i2c1 {
 	pinctrl-names = "default", "sleep";
 	pinctrl-0 = <&i2c1_pins_a>;