Skip to content

Commit

Permalink
ARM: dts: stm32: enable CRC1 by default on stm32mp15
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Toromanoff authored and Alexandre Torgue committed Nov 26, 2020
1 parent 304b569 commit ee0035b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stm32mp157c-ed1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
};
};

&crc1 {
status = "okay";
};

&dac {
pinctrl-names = "default";
pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
status = "okay";
};

&crc1 {
status = "okay";
};

&dts {
status = "okay";
};
Expand Down

0 comments on commit ee0035b

Please sign in to comment.