aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLionel Debieve <lionel.debieve@foss.st.com>2024-02-19 12:37:44 +0100
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2024-02-29 10:14:07 +0100
commitd4e12273a7848e63bde6a38ab0721f83065db200 (patch)
tree85f1c6ecc4a663e80070160296b25a26d31dd7f7
parentARM: dts: stm32: add CRC on stm32mp131 (diff)
downloadwireguard-linux-d4e12273a7848e63bde6a38ab0721f83065db200.tar.xz
wireguard-linux-d4e12273a7848e63bde6a38ab0721f83065db200.zip
ARM: dts: stm32: enable CRC on stm32mp135f-dk
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> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r--arch/arm/boot/dts/st/stm32mp135f-dk.dts4
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 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 @@
};
};
+&crc1 {
+ status = "okay";
+};
+
&i2c1 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&i2c1_pins_a>;