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.