ARM: dts: stm32: enable CRC1 by default on stm32mp15
authorNicolas Toromanoff <nicolas.toromanoff@st.com>
Thu, 5 Nov 2020 10:23:30 +0000 (11:23 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 26 Nov 2020 13:42:41 +0000 (14:42 +0100)
Enable CRC1 device for CRC-32 accelerated support on
stm32mp15 STMicroelectronics platforms.

Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts
arch/arm/boot/dts/stm32mp15xx-dkx.dtsi

index 1a98a29b3283e436a509901857f83a8627ff2993..99796ffa43bf36205fb1ca308ab05c77e50c371d 100644 (file)
        };
 };
 
+&crc1 {
+       status = "okay";
+};
+
 &dac {
        pinctrl-names = "default";
        pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
index e92a185423067e8b3d02310abebb97666cd14b6c..4e74e55a4f0730a3dda2dac47a085aadd923363a 100644 (file)
        status = "okay";
 };
 
+&crc1 {
+       status = "okay";
+};
+
 &dts {
        status = "okay";
 };