linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: marcofrk@gmail.com
To: shawnguo@kernel.org
Cc: robh@kernel.org, marcofrk@gmail.com, kernel@pengutronix.de,
	Marco Franchi <marco.franchi@nxp.com>,
	festevam@gmail.com, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] ARM: dts: imx6dl-mamoj: Add a memory node
Date: Wed,  5 Dec 2018 16:10:02 -0200	[thread overview]
Message-ID: <20181205181003.30404-2-marcofrk@gmail.com> (raw)
In-Reply-To: <20181205181003.30404-1-marcofrk@gmail.com>

From: Fabio Estevam <festevam@gmail.com>

Add a memory node, with an empty memory size, which will be filled
by the bootloader.

This is done in preparation for removing the memory node from
imx6qdl.dtsi.

Reported-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
---
Changes since v1:
- Newly introduced in this version

 arch/arm/boot/dts/imx6dl-mamoj.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/imx6dl-mamoj.dts b/arch/arm/boot/dts/imx6dl-mamoj.dts
index df8607fe4142..385ce7b0029e 100644
--- a/arch/arm/boot/dts/imx6dl-mamoj.dts
+++ b/arch/arm/boot/dts/imx6dl-mamoj.dts
@@ -13,6 +13,12 @@
 	model = "BTicino i.MX6DL Mamoj board";
 	compatible = "bticino,imx6dl-mamoj", "fsl,imx6dl";
 
+	/* Will be filled by the bootloader */
+	memory@10000000 {
+		device_type = "memory";
+		reg = <0x10000000 0>;
+	};
+
 	backlight_lcd: backlight-lcd {
 		compatible = "pwm-backlight";
 		pwms = <&pwm3 0 25000>; /* 25000ns -> 40kHz */
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2018-12-05 18:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05 18:10 [PATCH v2 1/3] ARM: dts: imx53-voipac-dmm-668: Fix memory node duplication marcofrk
2018-12-05 18:10 ` marcofrk [this message]
2018-12-05 18:10 ` [PATCH v2 3/3] ARM: dts: imx6qdl: " marcofrk
2018-12-05 18:36   ` Fabio Estevam
2018-12-06  7:43 ` [PATCH v2 1/3] ARM: dts: imx53-voipac-dmm-668: " 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=20181205181003.30404-2-marcofrk@gmail.com \
    --to=marcofrk@gmail.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=marco.franchi@nxp.com \
    --cc=robh@kernel.org \
    --cc=shawnguo@kernel.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).