Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00a6a845 authored by Alexandre Torgue's avatar Alexandre Torgue Committed by Olof Johansson
Browse files

ARM: dts: stm32: update HASH1 dmas property on stm32mp157c



Remove unused parameter from HASH1 dmas property on stm32mp157c SoC.

Fixes: 1e726a40 ("ARM: dts: stm32: Add HASH support on stm32mp157c")
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
[Olof: Bug doesn't cause any harm, so shouldn't need stable backport]
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent d4f79cb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -923,7 +923,7 @@
			interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&rcc HASH1>;
			resets = <&rcc HASH1_R>;
			dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
			dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>;
			dma-names = "in";
			dma-maxburst = <2>;
			status = "disabled";