All of lore.kernel.org
 help / color / mirror / Atom feed
From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 5/5] ARM: dts: vf610m4: Remove the zero length reg property
Date: Sat,  3 Mar 2018 19:40:44 -0300	[thread overview]
Message-ID: <1520116844-1145-5-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1520116844-1145-1-git-send-email-festevam@gmail.com>

From: Fabio Estevam <fabio.estevam@nxp.com>

All the vf610m4 based boards include the real memory size in their
dts files, so remove the the zero length reg property.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
---
Changes since v1:
- Improve the wording to "zero length reg property" (Stefan Agner)

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

diff --git a/arch/arm/boot/dts/vf610m4.dtsi b/arch/arm/boot/dts/vf610m4.dtsi
index 5d52af2..8293276 100644
--- a/arch/arm/boot/dts/vf610m4.dtsi
+++ b/arch/arm/boot/dts/vf610m4.dtsi
@@ -50,7 +50,7 @@
 	#size-cells = <1>;
 	chosen { };
 	aliases { };
-	memory { device_type = "memory"; reg = <0 0>; };
+	memory { device_type = "memory"; };
 };
 
 &mscm_ir {
-- 
2.7.4

  parent reply	other threads:[~2018-03-03 22:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03 22:40 [PATCH v2 1/5] ARM: dts: vf500: Remove skeleton.dtsi inclusion Fabio Estevam
2018-03-03 22:40 ` [PATCH v2 2/5] ARM: dts: vf: Add memory node unit name Fabio Estevam
2018-03-03 22:40 ` [PATCH v2 3/5] ARM: dts: vf500: Remove the zero length reg property Fabio Estevam
2018-03-03 22:40 ` [PATCH v2 4/5] ARM: dts: vf610m4: Remove skeleton.dtsi inclusion Fabio Estevam
2018-03-03 22:40 ` Fabio Estevam [this message]
2018-03-08  8:49 ` [PATCH v2 1/5] ARM: dts: vf500: " 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=1520116844-1145-5-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.