From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Tue, 26 Apr 2016 19:55:54 +0800 Subject: [PATCH] ARM: dts: imx6: fix dtc warnings for ipu endpoints In-Reply-To: <1461632973-10487-1-git-send-email-stillcompiling@gmail.com> References: <1461632973-10487-1-git-send-email-stillcompiling@gmail.com> Message-ID: <20160426115554.GC30692@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 02800000/port at 2/endpoint at 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH] ARM: dts: imx6: fix dtc warnings for ipu endpoints Date: Tue, 26 Apr 2016 19:55:54 +0800 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 Return-path: Content-Disposition: inline In-Reply-To: <1461632973-10487-1-git-send-email-stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Joshua Clayton Cc: Sascha Hauer , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org 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. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 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 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.