aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Torgue <alexandre.torgue@st.com>2018-09-20 12:34:17 -0400
committerOlof Johansson <olof@lixom.net>2018-11-03 01:31:25 -0400
commit00a6a845c0b66e7ffb9adb6b3a9ce2ae97a0c172 (patch)
treec654d0d1b2883593afb7974f2a1edcdda78d17a2
parentd4f79cb872bd4faa44eb133c1aee5f3411342c54 (diff)
ARM: dts: stm32: update HASH1 dmas property on stm32mp157c
Remove unused parameter from HASH1 dmas property on stm32mp157c SoC. Fixes: 1e726a40e067 ("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>
-rw-r--r--arch/arm/boot/dts/stm32mp157c.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
index c50c36baba75..8bf1c17f8cef 100644
--- a/arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c.dtsi
@@ -923,7 +923,7 @@
923 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; 923 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
924 clocks = <&rcc HASH1>; 924 clocks = <&rcc HASH1>;
925 resets = <&rcc HASH1_R>; 925 resets = <&rcc HASH1_R>;
926 dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>; 926 dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0>;
927 dma-names = "in"; 927 dma-names = "in";
928 dma-maxburst = <2>; 928 dma-maxburst = <2>;
929 status = "disabled"; 929 status = "disabled";