From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx50: Fix memory node duplicaton Date: Wed, 28 Nov 2018 16:30:06 +0800 Message-ID: <20181128083004.GL20643@dragon> References: <1542979519-31747-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: <1542979519-31747-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: devicetree@vger.kernel.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, Nov 23, 2018 at 11:25:19AM -0200, Fabio Estevam wrote: > imx50-evk has duplicate memory nodes: > > - One coming from the board dts file: memory@ > > - One coming from the imx50.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, thanks.