diff options
author | Lionel Debieve <lionel.debieve@foss.st.com> | 2024-02-19 12:37:44 +0100 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2024-02-29 10:14:07 +0100 |
commit | d4e12273a7848e63bde6a38ab0721f83065db200 (patch) | |
tree | 85f1c6ecc4a663e80070160296b25a26d31dd7f7 /arch | |
parent | b40a53f062c503dec0515994f2b1a39da046ad92 (diff) |
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>
Diffstat (limited to 'arch')
-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 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>; |