From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v2 1/2] ARM: dts: imx51: Fix memory node duplicaton Date: Fri, 16 Nov 2018 13:19:35 +0800 Message-ID: <20181116051933.GK5829@dragon> References: <1541452486-26597-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: <1541452486-26597-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 Mon, Nov 05, 2018 at 07:14:45PM -0200, Fabio Estevam wrote: > Boards based on imx51 have duplicate memory nodes: > > - One coming from the board dts file: memory@ > > - One coming from the imx51.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 both, thanks.