Skip to content

Commit

Permalink
ARM: dts: stm32: update HASH1 dmas property on stm32mp157c
Browse files Browse the repository at this point in the history
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 <[email protected]>
[Olof: Bug doesn't cause any harm, so shouldn't need stable backport]
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
atorgue authored and olofj committed Nov 3, 2018
1 parent d4f79cb commit 00a6a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp157c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 00a6a84

Please sign in to comment.