From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Zapolskiy Subject: Re: [PATCH 1/3] ARM: dts: imx31: Fix memory node duplicaton Date: Thu, 8 Nov 2018 12:34:03 +0200 Message-ID: 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: In-Reply-To: <1541518847-5640-1-git-send-email-festevam@gmail.com> Content-Language: en-US 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 , shawnguo@kernel.org 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 Hi Fabio, On 11/06/2018 05:40 PM, 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 thank you for the change, I've successfully tested it on my i.MX31 Lite board. Reviewed-by: Vladimir Zapolskiy Tested-by: Vladimir Zapolskiy -- Best wishes, Vladimir