From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9166EC4345F for ; Thu, 25 Apr 2024 12:34:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:References:Cc:To:From:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fc7tnbP5cDoqCoGmHmWl9YfinEpgsA53Pk5MqcH5fNE=; b=CJjL6O7sxZuNLC sUZVG5C++x7lbrczl47omVY1avdDA9soNYWXzbpv4WUmU7DXqBotbgSzYzioXrt8Ry3jzuEPf3zE+ bpucsY/pnDiEZhfV865EPH7GHoeLQZa4rib/ctE7pE0ZgSudrecALjzEMFnoKytTUUK268hauxD7p P9TWkQswuMMSt5nUhEUUX+0OcW49hz6xl3VFNy6V7AFrumLFHdVu1cMuSjg9JHHdkpVU9j2ko+IKt 0UDDH1+2LruYTkOVX74fS3IP0Du2sN4T+If76M9rqF/YS6AHkBAsInHIgZN4jdjRqKgam9SptwgRx YEdqUmGeksIDqgk6Ve5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzyIo-00000008FIe-1Dl3; Thu, 25 Apr 2024 12:34:14 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzyIk-00000008FHZ-3rmI for linux-arm-kernel@lists.infradead.org; Thu, 25 Apr 2024 12:34:12 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3B1CB1063; Thu, 25 Apr 2024 05:34:38 -0700 (PDT) Received: from [10.1.196.40] (e121345-lin.cambridge.arm.com [10.1.196.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4CF3D3F7BD; Thu, 25 Apr 2024 05:34:09 -0700 (PDT) Message-ID: <26479a31-c7ae-4f7a-8911-fb0d8dd42694@arm.com> Date: Thu, 25 Apr 2024 13:34:08 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/3] dt-bindings/perf: Add Arm NI-700 PMU From: Robin Murphy To: will@kernel.org, mark.rutland@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, jialong.yang@shingroup.cn, devicetree@vger.kernel.org References: <4992eacd883cbc54519ffea5bd35f80463cf504a.1713972897.git.robin.murphy@arm.com> Content-Language: en-GB In-Reply-To: <4992eacd883cbc54519ffea5bd35f80463cf504a.1713972897.git.robin.murphy@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240425_053411_076839_8C1E141A X-CRM114-Status: GOOD ( 13.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Oh fiddle, I forgot the DT list, apologies! On 25/04/2024 1:29 pm, Robin Murphy wrote: > Add an initial binding for the Arm NI-700 interconnect PMU. As with the > Arm CMN family, there are already future NI products on the roadmap, so > the overall binding is named generically just in case any > non-discoverable incompatibility between generations crops up. > > Signed-off-by: Robin Murphy > --- > .../devicetree/bindings/perf/arm,ni.yaml | 30 +++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 Documentation/devicetree/bindings/perf/arm,ni.yaml > > diff --git a/Documentation/devicetree/bindings/perf/arm,ni.yaml b/Documentation/devicetree/bindings/perf/arm,ni.yaml > new file mode 100644 > index 000000000000..d66fffa256d5 > --- /dev/null > +++ b/Documentation/devicetree/bindings/perf/arm,ni.yaml > @@ -0,0 +1,30 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/perf/arm,ni.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Arm NI (Network-on-Chip Interconnect) Performance Monitors > + > +maintainers: > + - Robin Murphy > + > +properties: > + compatible: > + const: arm,ni-700 > + > + reg: > + items: > + - description: Complete configuration register space > + > + interrupts: > + minItems: 1 > + maxItems: 32 > + description: Overflow interrupts, one per clock domain, in order of domain ID > + > +required: > + - compatible > + - reg > + - interrupts > + > +additionalProperties: false _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel