From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] arm64: dts: marvell: Fixup internal-regs DT warning for Armada 37xx
Date: Mon, 7 Nov 2016 22:41:26 +0100 [thread overview]
Message-ID: <20161107214128.18401-2-gregory.clement@free-electrons.com> (raw)
In-Reply-To: <20161107214128.18401-1-gregory.clement@free-electrons.com>
internal-regs has a ranges property so the unit name should contain an
address.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index c4762538ec01..f1596daa2bc7 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -91,7 +91,7 @@
#size-cells = <2>;
ranges;
- internal-regs {
+ internal-regs at d0000000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
--
2.10.1
next prev parent reply other threads:[~2016-11-07 21:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-07 21:41 [PATCH 0/3] Various ARM64 Armada DT warning fixup Gregory CLEMENT
2016-11-07 21:41 ` Gregory CLEMENT [this message]
2016-11-07 21:41 ` [PATCH 2/3] arm64: dts: marvell: Fixup config-space DT warning For Armada 7K/8K Gregory CLEMENT
2016-11-07 21:41 ` [PATCH 3/3] ARM64: dts: marvell: Fixup memory DT warning for Armada 37xx Gregory CLEMENT
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=20161107214128.18401-2-gregory.clement@free-electrons.com \
--to=gregory.clement@free-electrons.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