Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752681AbcDZL4G (ORCPT ); Tue, 26 Apr 2016 07:56:06 -0400 Received: from mail.kernel.org ([198.145.29.136]:60008 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbcDZL4F (ORCPT ); Tue, 26 Apr 2016 07:56:05 -0400 Date: Tue, 26 Apr 2016 19:55:54 +0800 From: Shawn Guo To: Joshua Clayton Cc: Sascha Hauer , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: imx6: fix dtc warnings for ipu endpoints Message-ID: <20160426115554.GC30692@tiger> References: <1461632973-10487-1-git-send-email-stillcompiling@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461632973-10487-1-git-send-email-stillcompiling@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 493 Lines: 13 On Mon, Apr 25, 2016 at 06:09:33PM -0700, Joshua Clayton wrote: > When compiled with "W=1", dtc complains: e.g. > "Warning (unit_address_vs_reg): > Node /soc/ipu@02800000/port@2/endpoint@0 > has a unit name, but no reg property" > > Endpoint nodes don't have a reg property, and the addresses > in their node names are ordinals without any special meaning > so remove them and swap them for semantic node names. > > Signed-off-by: Joshua Clayton Applied, thanks.