From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: dts: vf500: Remove empty reg memory property
Date: Tue, 27 Feb 2018 15:17:25 -0300 [thread overview]
Message-ID: <1519755447-9666-3-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1519755447-9666-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@nxp.com>
All the vf500 based boards include the real memory size in their
dts files, so remove the empty reg memory property.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
arch/arm/boot/dts/vf500.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/vf500.dtsi b/arch/arm/boot/dts/vf500.dtsi
index 1e3b479..bbff011 100644
--- a/arch/arm/boot/dts/vf500.dtsi
+++ b/arch/arm/boot/dts/vf500.dtsi
@@ -47,7 +47,7 @@
#size-cells = <1>;
chosen { };
aliases { };
- memory { device_type = "memory"; reg = <0 0>; };
+ memory { device_type = "memory"; };
cpus {
#address-cells = <1>;
--
2.7.4
next prev parent reply other threads:[~2018-02-27 18:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-27 18:17 [PATCH 1/5] ARM: dts: vf500: Remove skeleton.dtsi inclusion Fabio Estevam
2018-02-27 18:17 ` [PATCH 2/5] ARM: dts: vf: Add memory node unit name Fabio Estevam
2018-02-27 18:17 ` Fabio Estevam [this message]
2018-03-03 22:30 ` [PATCH 3/5] ARM: dts: vf500: Remove empty reg memory property Stefan Agner
2018-02-27 18:17 ` [PATCH 4/5] ARM: dts: vf610m4: Remove skeleton.dtsi inclusion Fabio Estevam
2018-02-27 18:17 ` [PATCH 5/5] ARM: dts: vf610m4: Remove empty reg memory property Fabio Estevam
2018-03-01 0:45 ` [PATCH 1/5] ARM: dts: vf500: Remove skeleton.dtsi inclusion Shawn Guo
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=1519755447-9666-3-git-send-email-festevam@gmail.com \
--to=festevam@gmail.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 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.