Skip to content

Commit 00a6a84

Browse files
atorgueolofj
authored andcommitted
ARM: dts: stm32: update HASH1 dmas property on stm32mp157c
Remove unused parameter from HASH1 dmas property on stm32mp157c SoC. Fixes: 1e726a4 ("ARM: dts: stm32: Add HASH support on stm32mp157c") Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> [Olof: Bug doesn't cause any harm, so shouldn't need stable backport] Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent d4f79cb commit 00a6a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/stm32mp157c.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
924924
clocks = <&rcc HASH1>;
925925
resets = <&rcc HASH1_R>;
926-
dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
926+
dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>;
927927
dma-names = "in";
928928
dma-maxburst = <2>;
929929
status = "disabled";

0 commit comments

Comments
 (0)