From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 15 Aug 2016 19:47:25 +0800 Subject: [PATCH 1/2] ARM: dts: imx7d: move ARM platform peripherals inside soc node In-Reply-To: <20160726064236.11034-1-stefan@agner.ch> References: <20160726064236.11034-1-stefan@agner.ch> Message-ID: <20160815114725.GA32657@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Jul 25, 2016 at 11:42:35PM -0700, Stefan Agner wrote: > Since we have a SoC level node we should make use of it and have > all nodes which are within the SoC, inside that node. This also > saves an extra interrupt-parent properties. While at it, also > order the Coresight nodes according to register addresses. > > Signed-off-by: Stefan Agner Applied both, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/2] ARM: dts: imx7d: move ARM platform peripherals inside soc node Date: Mon, 15 Aug 2016 19:47:25 +0800 Message-ID: <20160815114725.GA32657@tiger> References: <20160726064236.11034-1-stefan@agner.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160726064236.11034-1-stefan-XLVq0VzYD2Y@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefan Agner Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, fabio.estevam-3arQi8VN3Tc@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Jul 25, 2016 at 11:42:35PM -0700, Stefan Agner wrote: > Since we have a SoC level node we should make use of it and have > all nodes which are within the SoC, inside that node. This also > saves an extra interrupt-parent properties. While at it, also > order the Coresight nodes according to register addresses. > > Signed-off-by: Stefan Agner Applied both, 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 S1752920AbcHOLr4 (ORCPT ); Mon, 15 Aug 2016 07:47:56 -0400 Received: from mail.kernel.org ([198.145.29.136]:53300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752684AbcHOLry (ORCPT ); Mon, 15 Aug 2016 07:47:54 -0400 Date: Mon, 15 Aug 2016 19:47:25 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, fabio.estevam@nxp.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] ARM: dts: imx7d: move ARM platform peripherals inside soc node Message-ID: <20160815114725.GA32657@tiger> References: <20160726064236.11034-1-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160726064236.11034-1-stefan@agner.ch> 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, Jul 25, 2016 at 11:42:35PM -0700, Stefan Agner wrote: > Since we have a SoC level node we should make use of it and have > all nodes which are within the SoC, inside that node. This also > saves an extra interrupt-parent properties. While at it, also > order the Coresight nodes according to register addresses. > > Signed-off-by: Stefan Agner Applied both, thanks.