From: alexandre.torgue@st.com (Alexandre Torgue)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: stm32: update SPI6 dmas property on stm32mp157c
Date: Thu, 20 Sep 2018 18:34:16 +0200 [thread overview]
Message-ID: <1537461257-2940-2-git-send-email-alexandre.torgue@st.com> (raw)
In-Reply-To: <1537461257-2940-1-git-send-email-alexandre.torgue@st.com>
From: Amelie Delaunay <amelie.delaunay@st.com>
Remove unused parameter from SPI6 dmas property on stm32mp157c SoC.
Fixes: dc3f8c86c10d ("ARM: dts: stm32: add SPI support on stm32mp157c")
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi
index 661be94..185541a 100644
--- a/arch/arm/boot/dts/stm32mp157c.dtsi
+++ b/arch/arm/boot/dts/stm32mp157c.dtsi
@@ -1078,8 +1078,8 @@
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rcc SPI6_K>;
resets = <&rcc SPI6_R>;
- dmas = <&mdma1 34 0x0 0x40008 0x0 0x0 0>,
- <&mdma1 35 0x0 0x40002 0x0 0x0 0>;
+ dmas = <&mdma1 34 0x0 0x40008 0x0 0x0>,
+ <&mdma1 35 0x0 0x40002 0x0 0x0>;
dma-names = "rx", "tx";
status = "disabled";
};
--
2.7.4
next prev parent reply other threads:[~2018-09-20 16:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-20 16:34 [PATCH 0/2] STM32: Fixes for 4.19 cycle Alexandre Torgue
2018-09-20 16:34 ` Alexandre Torgue [this message]
2018-09-20 16:34 ` [PATCH 2/2] ARM: dts: stm32: update HASH1 dmas property on stm32mp157c Alexandre Torgue
2018-09-23 12:34 ` [PATCH 0/2] STM32: Fixes for 4.19 cycle Olof Johansson
2018-09-24 6:55 ` Alexandre Torgue
2018-09-24 9:19 ` Olof Johansson
2018-09-24 9:28 ` Alexandre Torgue
2018-09-26 3:40 ` Olof Johansson
2018-11-02 18:41 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1537461257-2940-2-git-send-email-alexandre.torgue@st.com \
--to=alexandre.torgue@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox