From patchwork Tue Jan 17 12:15:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 91605 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp423508obz; Tue, 17 Jan 2017 04:15:36 -0800 (PST) X-Received: by 10.98.202.139 with SMTP id y11mr21968625pfk.98.1484655336027; Tue, 17 Jan 2017 04:15:36 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v66si24760119pfd.284.2017.01.17.04.15.35; Tue, 17 Jan 2017 04:15:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750933AbdAQMPf (ORCPT + 7 others); Tue, 17 Jan 2017 07:15:35 -0500 Received: from foss.arm.com ([217.140.101.70]:49086 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751179AbdAQMPc (ORCPT ); Tue, 17 Jan 2017 07:15:32 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CECDBC14; Tue, 17 Jan 2017 04:15:31 -0800 (PST) Received: from e107155-lin.cambridge.arm.com (e107155-lin.cambridge.arm.com [10.1.210.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 48BAC3F24D; Tue, 17 Jan 2017 04:15:30 -0800 (PST) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org Cc: Sudeep Holla , Mike Leach , Mathieu Poirier , Lorenzo Pieralisi , "Suzuki K . Poulose" , coresight@lists.linaro.org, Liviu Dudau , devicetree@vger.kernel.org, Olof Johansson Subject: [PATCH v4 0/4] arm64: dts: juno: CoreSight support updates Date: Tue, 17 Jan 2017 12:15:09 +0000 Message-Id: <1484655313-9025-1-git-send-email-sudeep.holla@arm.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Juno r1/r2 boards have different CoreSight infrastructure outside the CPU clusters. This patchset adds the additional coreSight components to separate .dtsi files to support these differences. v1->v2: - moved the addition of the STM component into a separate patch v2->v3: - moved the back the common coreSight components back into juno-base.dtsi v3->v4: - removed dtsi nesting in the existing Juno dts file to avoid further addition of such nesting - renamed some of the funnel and etf node names(which were previously named confusing them to the labels Mike Leach (2): arm64: dts: juno: add CoreSight support for Juno r1/r2 variants arm64: dts: juno: add missing CoreSight STM component Sudeep Holla (2): arm64: dts: juno: remove dtsi nesting inside tree structure arm64: dts: juno: refactor CoreSight support on Juno r0 arch/arm64/boot/dts/arm/juno-base.dtsi | 41 ++++++++---- arch/arm64/boot/dts/arm/juno-clocks.dtsi | 3 +- arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi | 100 ++++++++++++++++++++++++++++++ arch/arm64/boot/dts/arm/juno-r1.dts | 16 ++++- arch/arm64/boot/dts/arm/juno-r2.dts | 16 ++++- arch/arm64/boot/dts/arm/juno.dts | 27 +++++++- 6 files changed, 184 insertions(+), 19 deletions(-) create mode 100644 arch/arm64/boot/dts/arm/juno-cs-r1r2.dtsi -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html