linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 7/8] ARM: kirkwood: DT: Add address to mbus unit name
Date: Sun,  3 Apr 2016 04:03:49 +0200	[thread overview]
Message-ID: <1459649030-21886-8-git-send-email-andrew@lunn.ch> (raw)
In-Reply-To: <1459649030-21886-1-git-send-email-andrew@lunn.ch>

The mbus node has a ranges property.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 arch/arm/boot/dts/kirkwood-6192.dtsi     | 2 +-
 arch/arm/boot/dts/kirkwood-6281.dtsi     | 2 +-
 arch/arm/boot/dts/kirkwood-6282.dtsi     | 2 +-
 arch/arm/boot/dts/kirkwood-98dx4122.dtsi | 2 +-
 arch/arm/boot/dts/kirkwood.dtsi          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/kirkwood-6192.dtsi b/arch/arm/boot/dts/kirkwood-6192.dtsi
index 1014a5dd9035..d573e03f3134 100644
--- a/arch/arm/boot/dts/kirkwood-6192.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6192.dtsi
@@ -1,5 +1,5 @@
 / {
-	mbus {
+	mbus at f1000000 {
 		pciec: pcie-controller at 82000000 {
 			compatible = "marvell,kirkwood-pcie";
 			status = "disabled";
diff --git a/arch/arm/boot/dts/kirkwood-6281.dtsi b/arch/arm/boot/dts/kirkwood-6281.dtsi
index fad201551304..748d0b62f233 100644
--- a/arch/arm/boot/dts/kirkwood-6281.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6281.dtsi
@@ -1,5 +1,5 @@
 / {
-	mbus {
+	mbus at f1000000 {
 		pciec: pcie-controller at 82000000 {
 			compatible = "marvell,kirkwood-pcie";
 			status = "disabled";
diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi b/arch/arm/boot/dts/kirkwood-6282.dtsi
index 27434c35eb66..bb63d2d50fc5 100644
--- a/arch/arm/boot/dts/kirkwood-6282.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6282.dtsi
@@ -1,5 +1,5 @@
 / {
-	mbus {
+	mbus at f1000000 {
 		pciec: pcie-controller at 82000000 {
 			compatible = "marvell,kirkwood-pcie";
 			status = "disabled";
diff --git a/arch/arm/boot/dts/kirkwood-98dx4122.dtsi b/arch/arm/boot/dts/kirkwood-98dx4122.dtsi
index 17eb92733310..720c210d491d 100644
--- a/arch/arm/boot/dts/kirkwood-98dx4122.dtsi
+++ b/arch/arm/boot/dts/kirkwood-98dx4122.dtsi
@@ -1,5 +1,5 @@
 / {
-	mbus {
+	mbus at f1000000 {
 		pciec: pcie-controller at 82000000 {
 			compatible = "marvell,kirkwood-pcie";
 			status = "disabled";
diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi
index 7445a15e259d..29b8bd7e0d93 100644
--- a/arch/arm/boot/dts/kirkwood.dtsi
+++ b/arch/arm/boot/dts/kirkwood.dtsi
@@ -27,7 +27,7 @@
 	       i2c0 = &i2c0;
 	};
 
-	mbus {
+	mbus at f1000000 {
 		compatible = "marvell,kirkwood-mbus", "simple-bus";
 		#address-cells = <2>;
 		#size-cells = <1>;
-- 
2.7.0

  parent reply	other threads:[~2016-04-03  2:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-03  2:03 [PATCH 0/8] Various Kirkwood DT warning fixup Andrew Lunn
2016-04-03  2:03 ` [PATCH 1/8] ARM: kirkwood: DT: Remove button address and fixup names Andrew Lunn
2016-04-03  2:03 ` [PATCH 2/8] ARM: kirkwood: DT: Remove node address from leds Andrew Lunn
2016-04-03  2:03 ` [PATCH 3/8] ARM: kirkwood: DT: Remove address from dsa unit name Andrew Lunn
2016-04-03  2:03 ` [PATCH 4/8] ARM: kirkwood: DT: Add address to ethernet-phy " Andrew Lunn
2016-04-03  2:03 ` [PATCH 5/8] ARM: kirkwood: DT: Fixup pcie DT warnings Andrew Lunn
2016-04-03  2:03 ` [PATCH 6/8] ARM: kirkwood: DT: Remove address from gpio-i2c unit name Andrew Lunn
2016-04-03  2:03 ` Andrew Lunn [this message]
2016-04-03  2:03 ` [PATCH 8/8] ARM: kirkwood: DT: Add address go regulator " Andrew Lunn
2016-04-03 12:02 ` [PATCH 0/8] Various Kirkwood DT warning fixup Gregory CLEMENT
2016-04-03 12:16   ` Gregory CLEMENT
2016-04-03 14:05   ` Andrew Lunn

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=1459649030-21886-8-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --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;
as well as URLs for NNTP newsgroup(s).