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

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



Enable CRYP1 device for cryp accelerated support on
stm32mp157C-EV1/DK2 STMicroelectronics platforms.

Signed-off-by: default avatarNicolas Toromanoff <nicolas.toromanoff@st.com>
Signed-off-by: default avatarLionel Debieve <lionel.debieve@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent ee0035b2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@
	};
};

&cryp1 {
	status = "okay";
};

&dsi {
	status = "okay";
	phy-dsi-supply = <&reg18>;
+4 −0
Original line number Diff line number Diff line
@@ -119,6 +119,10 @@
	status = "okay";
};

&cryp1 {
	status = "okay";
};

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