All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Delaunay <patrick.delaunay@st.com>
To: u-boot@lists.denx.de
Subject: [PATCH 5/9] ARM: dts: stm32mp1: correct ddr node
Date: Tue, 28 Jan 2020 10:11:02 +0100	[thread overview]
Message-ID: <20200128101042.5.Ic4ce0ec17e761c1e8458602a341cb9c806aed270@changeid> (raw)
In-Reply-To: <20200128091106.28552-1-patrick.delaunay@st.com>

This patch fix the warning:
dt.dts: Warning (simple_bus_reg): Node /soc/ddr at 5A003000
simple-bus unit address format error, expected "5a003000"

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
---

 arch/arm/dts/stm32mp15-ddr.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/stm32mp15-ddr.dtsi b/arch/arm/dts/stm32mp15-ddr.dtsi
index 479b700c86..38f29bb789 100644
--- a/arch/arm/dts/stm32mp15-ddr.dtsi
+++ b/arch/arm/dts/stm32mp15-ddr.dtsi
@@ -5,7 +5,7 @@
 
 / {
 	soc {
-		ddr: ddr at 5A003000 {
+		ddr: ddr at 5a003000 {
 			u-boot,dm-pre-reloc;
 
 			compatible = "st,stm32mp1-ddr";
-- 
2.17.1

  parent reply	other threads:[~2020-01-28  9:11 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-28  9:10 [PATCH 0/9] stm32mp1 devicetre-tree and board update Patrick Delaunay
2020-01-28  9:10 ` [PATCH 1/9] ARM: dts: stm32mp1: DT alignment with kernel v5.4 Patrick Delaunay
2020-02-13  8:11   ` [Uboot-stm32] " Patrice CHOTARD
2020-02-14 10:25   ` Patrick DELAUNAY
2020-01-28  9:10 ` [PATCH 2/9] stm32mp1: pwr: use the last binding for pwr Patrick Delaunay
2020-02-13  8:16   ` Patrice CHOTARD
2020-02-14 10:25   ` Patrick DELAUNAY
2020-01-28  9:11 ` [PATCH 3/9] ARM: dts: stm32mp1: DT alignment with kernel v5.5-rc7 Patrick Delaunay
2020-02-13  8:12   ` [Uboot-stm32] " Patrice CHOTARD
2020-02-14 10:26   ` Patrick DELAUNAY
2020-01-28  9:11 ` [PATCH 4/9] ARM: dts: stm32mp1: move FDCAN to PLL4_R Patrick Delaunay
2020-01-28 12:15   ` Marek Vasut
2020-01-29 16:51     ` Patrick DELAUNAY
2020-01-30  2:23       ` Marek Vasut
2020-01-31  8:15         ` Patrick DELAUNAY
2020-02-02 17:28           ` Marek Vasut
2020-02-04 13:16             ` Patrick DELAUNAY
2020-02-05  2:23               ` Marek Vasut
2020-02-06  8:59                 ` Patrick DELAUNAY
2020-02-06  9:10                   ` Marek Vasut
2020-02-13  8:12   ` [Uboot-stm32] " Patrice CHOTARD
2020-02-14 10:26   ` Patrick DELAUNAY
2020-01-28  9:11 ` Patrick Delaunay [this message]
2020-02-13  8:13   ` [Uboot-stm32] [PATCH 5/9] ARM: dts: stm32mp1: correct ddr node Patrice CHOTARD
2020-02-14 10:27   ` Patrick DELAUNAY
2020-01-28  9:11 ` [PATCH 6/9] ARM: dts: stm32m1: add reg for pll nodes Patrick Delaunay
2020-02-13  8:13   ` [Uboot-stm32] " Patrice CHOTARD
2020-02-14 10:27   ` Patrick DELAUNAY
2020-01-28  9:11 ` [PATCH 7/9] board: stm32mp1: update readme Patrick Delaunay
2020-02-13  8:13   ` [Uboot-stm32] " Patrice CHOTARD
2020-02-14 10:28   ` Patrick DELAUNAY
2020-01-28  9:11 ` [PATCH 8/9] doc: add board documentation for stm32mp1 Patrick Delaunay
2020-01-28 11:34   ` Heinrich Schuchardt
2020-02-10 11:02     ` Patrick DELAUNAY
2020-02-13  8:14   ` Patrice CHOTARD
2020-01-28  9:11 ` [PATCH 9/9] stm32mp1: support of STM32MP15x Rev.Z Patrick Delaunay
2020-02-13 12:34   ` Patrice CHOTARD
2020-02-14 10:29   ` Patrick DELAUNAY

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=20200128101042.5.Ic4ce0ec17e761c1e8458602a341cb9c806aed270@changeid \
    --to=patrick.delaunay@st.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.