From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Fri, 5 Sep 2014 09:40:05 +0800 Subject: [PATCH v2 1/6] ARM: dts: imx28-apx4devkit: Fix display duplicate name warning In-Reply-To: <1409880683-27402-1-git-send-email-festevam@gmail.com> References: <1409880683-27402-1-git-send-email-festevam@gmail.com> Message-ID: <20140905014004.GH10809@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 04, 2014 at 10:31:18PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The lcdif node has a property named "display" and also a child node > called "display", which causes the following warning: > > device-tree: Duplicate name in lcdif at 80030000, renamed to "display#1" > > Rename the child node name in order to avoid the warning. > > Signed-off-by: Fabio Estevam Applied all, thanks.