Commit 304b5691 authored by Lionel Debieve's avatar Lionel Debieve Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: enable HASH by default on stm32mp15



Enable HASH1 device for HASH accelerated support on
stm32mp15 STMicroelectronics platforms.

Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 928caf87
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -136,6 +136,10 @@
	contiguous-area = <&gpu_reserved>;
};

&hash1 {
	status = "okay";
};

&i2c4 {
	pinctrl-names = "default", "sleep";
	pinctrl-0 = <&i2c4_pins_a>;
+4 −0
Original line number Diff line number Diff line
@@ -151,6 +151,10 @@
	contiguous-area = <&gpu_reserved>;
};

&hash1 {
	status = "okay";
};

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