Skip to content

Commit

Permalink
ARM: dts: stm32: enable CRYP by default on stm32mp15
Browse files Browse the repository at this point in the history
Enable CRYP1 device for cryp accelerated support on
stm32mp157C-EV1/DK2 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
Lionel Debieve authored and Alexandre Torgue committed Nov 26, 2020
1 parent ee0035b commit b6aa35c
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-dk2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
};
};

&cryp1 {
status = "okay";
};

&dsi {
status = "okay";
phy-dsi-supply = <&reg18>;
Expand Down
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 @@ -119,6 +119,10 @@
status = "okay";
};

&cryp1 {
status = "okay";
};

&dac {
pinctrl-names = "default";
pinctrl-0 = <&dac_ch1_pins_a &dac_ch2_pins_a>;
Expand Down

0 comments on commit b6aa35c

Please sign in to comment.