From: dillon.minfei at gmail.com <dillon.minfei@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v5 4/7] ARM: dts: stm32: fix i2c node typo in stm32h743, update dmamux1 register
Date: Fri, 9 Apr 2021 15:28:43 +0800 [thread overview]
Message-ID: <1617953326-3110-5-git-send-email-dillon.minfei@gmail.com> (raw)
In-Reply-To: <1617953326-3110-1-git-send-email-dillon.minfei@gmail.com>
From: dillon min <dillon.minfei@gmail.com>
Replace upper case by lower case in i2c nodes name.
update dmamux1 register range.
Signed-off-by: dillon min <dillon.minfei@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
---
v5: no changes
arch/arm/dts/stm32h743.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/dts/stm32h743.dtsi b/arch/arm/dts/stm32h743.dtsi
index 77a8aef..ed68575 100644
--- a/arch/arm/dts/stm32h743.dtsi
+++ b/arch/arm/dts/stm32h743.dtsi
@@ -139,7 +139,7 @@
status = "disabled";
};
- i2c3: i2c at 40005C00 {
+ i2c3: i2c at 40005c00 {
compatible = "st,stm32f7-i2c";
#address-cells = <1>;
#size-cells = <0>;
@@ -254,7 +254,7 @@
dmamux1: dma-router at 40020800 {
compatible = "st,stm32h7-dmamux";
- reg = <0x40020800 0x1c>;
+ reg = <0x40020800 0x40>;
#dma-cells = <3>;
dma-channels = <16>;
dma-requests = <128>;
@@ -386,7 +386,7 @@
status = "disabled";
};
- i2c4: i2c at 58001C00 {
+ i2c4: i2c at 58001c00 {
compatible = "st,stm32f7-i2c";
#address-cells = <1>;
#size-cells = <0>;
--
2.7.4
next prev parent reply other threads:[~2021-04-09 7:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-09 7:28 [PATCH v5 0/7] Add rt-thread art-pi board support dillon.minfei at gmail.com
2021-04-09 7:28 ` [PATCH v5 1/7] ARM: dts: stm32: split sdram pin & timing parameter into specific board dts dillon.minfei at gmail.com
2021-04-09 9:46 ` Patrice CHOTARD
2021-04-09 7:28 ` [PATCH v5 2/7] ARM: dts: stm32: introduce stm32h7-pinctrl.dtsi to support stm32h750 dillon.minfei at gmail.com
2021-04-09 9:47 ` Patrice CHOTARD
2021-04-09 7:28 ` [PATCH v5 3/7] ARM: dts: stm32: add new instances for stm32h743 MCU dillon.minfei at gmail.com
2021-04-09 9:47 ` Patrice CHOTARD
2021-04-09 7:28 ` dillon.minfei at gmail.com [this message]
2021-04-09 9:47 ` [PATCH v5 4/7] ARM: dts: stm32: fix i2c node typo in stm32h743, update dmamux1 register Patrice CHOTARD
2021-04-09 7:28 ` [PATCH v5 5/7] ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6 dillon.minfei at gmail.com
2021-04-09 9:47 ` Patrice CHOTARD
2021-04-09 7:28 ` [PATCH v5 6/7] ram: stm32: fix strsep failed on read only memory dillon.minfei at gmail.com
2021-04-09 9:47 ` Patrice CHOTARD
2021-04-09 7:28 ` [PATCH v5 7/7] board: Add rt-thread art-pi board support dillon.minfei at gmail.com
2021-04-09 9:47 ` Patrice CHOTARD
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=1617953326-3110-5-git-send-email-dillon.minfei@gmail.com \
--to=dillon.minfei@gmail.com \
--cc=u-boot@lists.denx.de \
/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