Skip to content

Commit

Permalink
ARM: dts: stm32: enable HASH by default on stm32mp15
Browse files Browse the repository at this point in the history
Enable HASH1 device for HASH accelerated support on
stm32mp15 STMicroelectronics platforms.

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 928caf8 commit 304b569
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 @@ -136,6 +136,10 @@
contiguous-area = <&gpu_reserved>;
};

&hash1 {
status = "okay";
};

&i2c4 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&i2c4_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 @@ -151,6 +151,10 @@
contiguous-area = <&gpu_reserved>;
};

&hash1 {
status = "okay";
};

&i2c1 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&i2c1_pins_a>;
Expand Down

0 comments on commit 304b569

Please sign in to comment.