From patchwork Mon Apr 11 13:02:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ashok Kumar X-Patchwork-Id: 8800891 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A445FC0553 for ; Mon, 11 Apr 2016 13:12:32 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D568D20173 for ; Mon, 11 Apr 2016 13:12:31 +0000 (UTC) Received: from bombadil.infradead.org (unknown [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0E38020166 for ; Mon, 11 Apr 2016 13:12:31 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1apbUp-0003iW-7R; Mon, 11 Apr 2016 13:03:15 +0000 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1apbUf-0003dC-7g for linux-arm-kernel@lists.infradead.org; Mon, 11 Apr 2016 13:03:06 +0000 X-IronPort-AV: E=Sophos;i="5.24,462,1455004800"; d="scan'208";a="92429151" Received: from mail-irv-18.broadcom.com ([10.15.198.37]) by mail-gw3-out.broadcom.com with ESMTP; 11 Apr 2016 06:13:07 -0700 Received: from mail-irva-13.broadcom.com (mail-irva-13.broadcom.com [10.11.16.103]) by mail-irv-18.broadcom.com (Postfix) with ESMTP id 7E78F82022; Mon, 11 Apr 2016 06:02:44 -0700 (PDT) Received: from mail-sj1-12.sj.broadcom.com (unknown [10.17.16.106]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id BA90440FE5; Mon, 11 Apr 2016 06:02:06 -0700 (PDT) Received: from lc-sj1-5011.broadcom.com (lc-sj1-5011.sj.broadcom.com [10.66.65.229]) by mail-sj1-12.sj.broadcom.com (Postfix) with ESMTP id 46A9127A81; Mon, 11 Apr 2016 06:02:44 -0700 (PDT) Received: by lc-sj1-5011.broadcom.com (Postfix, from userid 31394) id 3F64C2011B6; Mon, 11 Apr 2016 06:02:44 -0700 (PDT) From: Ashok Kumar To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, mark.rutland@arm.com, will.deacon@arm.com, Suzuki.Poulose@arm.com, robh+dt@kernel.org, catalin.marinas@arm.com Subject: [PATCH v4 1/6] Documentation: arm64: pmu: Add Broadcom Vulcan PMU binding Date: Mon, 11 Apr 2016 06:02:16 -0700 Message-Id: <1460379741-1181-2-git-send-email-ashoks@broadcom.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1460379741-1181-1-git-send-email-ashoks@broadcom.com> References: <1460379741-1181-1-git-send-email-ashoks@broadcom.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160411_060305_401045_E9D3B64D X-CRM114-Status: UNSURE ( 8.86 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -5.2 (-----) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jchandra@broadcom.com, Ashok Kumar , jglauber@cavium.com MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RDNS_NONE,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Document the compatible string for Broadcom Vulcan PMU. Also arranged the list in alphabetical order. Signed-off-by: Ashok Kumar Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/pmu.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt index 6eb73be..74d5417 100644 --- a/Documentation/devicetree/bindings/arm/pmu.txt +++ b/Documentation/devicetree/bindings/arm/pmu.txt @@ -22,10 +22,11 @@ Required properties: "arm,arm11mpcore-pmu" "arm,arm1176-pmu" "arm,arm1136-pmu" + "brcm,vulcan-pmu" + "cavium,thunder-pmu" "qcom,scorpion-pmu" "qcom,scorpion-mp-pmu" "qcom,krait-pmu" - "cavium,thunder-pmu" - interrupts : 1 combined interrupt or 1 per core. If the interrupt is a per-cpu interrupt (PPI) then 1 interrupt should be specified.