From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/3] ARM: dts: imx31: Fix memory node duplicaton Date: Fri, 16 Nov 2018 22:39:31 +0800 Message-ID: <20181116143929.GN5829@dragon> References: <1541518847-5640-1-git-send-email-festevam@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1541518847-5640-1-git-send-email-festevam@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, robh@kernel.org, linux-imx@nxp.com, kernel@pengutronix.de, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, Nov 06, 2018 at 01:40:45PM -0200, Fabio Estevam wrote: > Boards based on imx31 have duplicate memory nodes: > > - One coming from the board dts file: memory@ > > - One coming from the imx31.dtsi file. > > Fix the duplication by removing the memory node from the dtsi file > and by adding 'device_type = "memory";' in the board dts. > > Reported-by: Rob Herring > Signed-off-by: Fabio Estevam Applied all, thanks.