From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx: Avoid colliding 'display' node and property names Date: Thu, 23 May 2019 16:31:49 +0800 Message-ID: <20190523083148.GL9261@dragon> References: <20190516225525.32605-1-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190516225525.32605-1-robh@kernel.org> 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: Rob Herring Cc: devicetree@vger.kernel.org, Sascha Hauer , NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Thu, May 16, 2019 at 05:55:25PM -0500, Rob Herring wrote: > While properties and child nodes with the same name are valid DT, the > practice is not encouraged. Furthermore, the collision is problematic for > YAML encoded DT. Let's just avoid the issue and rename the nodes. > > Cc: Shawn Guo > Cc: Sascha Hauer > Cc: Pengutronix Kernel Team > Cc: Fabio Estevam > Cc: NXP Linux Team > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Rob Herring Applied, thanks.