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 4EADBC30654 for ; Mon, 3 Jul 2023 19:41:29 +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:From:References:Cc:To: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=eydgY3zBU+68Z1sbDeHsCBnbMfzPOQYMPOmI0cZJ4q8=; b=vxKOCAo7fuIWHH AJ+tnCJI+LDFJwvCdRus9EhKQZTsYsZ+jSggI4AiSEgBXd3ourq0BJLYyM4Kr+z12pzMneQ8CNa/k PN+9D1mFG2mvix3ySQJ+stiyKZ6O5hktj6dR/hvhEnbcqbQZlvZOUzx8fznErbXH6XVp+/MCFxe88 kaAhzZom7ZoD3LU4h5rdYpyflng1bVLvMX5Yuc2fVOEaJionnLUAhQ+hXtdKxdwlKFvsVPuT71XTx +Bl6RJPnurZNbCFYoUdBk7NL4rJtxg+QxfCASTpMZ0GaRFtb7cKUL8PL3IiObhXgAFjpr/8lA7tsG fffErEc1fVePF3q0HkmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qGPPw-00BJLs-0A; Mon, 03 Jul 2023 19:41:00 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qGPPt-00BJL2-01 for linux-arm-kernel@lists.infradead.org; Mon, 03 Jul 2023 19:40:58 +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 4DB612F4; Mon, 3 Jul 2023 12:41:32 -0700 (PDT) Received: from [10.57.38.117] (unknown [10.57.38.117]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DB8143F73F; Mon, 3 Jul 2023 12:40:47 -0700 (PDT) Message-ID: <0aa7227d-264f-a87d-bef1-9f5d1c43a184@arm.com> Date: Mon, 3 Jul 2023 20:40:42 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 1/2] dt-bindings: arm: pmu: Add Cortex-A520, Cortex-A715, and Cortex-A720 Content-Language: en-GB To: Rob Herring , Will Deacon , Mark Rutland , Krzysztof Kozlowski , Conor Dooley Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230630185602.2175559-1-robh@kernel.org> From: Robin Murphy In-Reply-To: <20230630185602.2175559-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230703_124057_088965_4DE1E7F2 X-CRM114-Status: GOOD ( 11.94 ) 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 On 2023-06-30 19:56, Rob Herring wrote: > Add compatible strings for the Arm Cortex-A520, Cortex-A715, and > Cortex-A720 CPU PMUs. > > Signed-off-by: Rob Herring > --- > Documentation/devicetree/bindings/arm/pmu.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/pmu.yaml b/Documentation/devicetree/bindings/arm/pmu.yaml > index e14358bf0b9c..0cc468d6c372 100644 > --- a/Documentation/devicetree/bindings/arm/pmu.yaml > +++ b/Documentation/devicetree/bindings/arm/pmu.yaml > @@ -49,7 +49,10 @@ properties: > - arm,cortex-a77-pmu > - arm,cortex-a78-pmu > - arm,cortex-a510-pmu > + - arm,cortex-a520-pmu > - arm,cortex-a710-pmu > + - arm,cortex-a715-pmu > + - arm,cortex-a720-pmu > - arm,cortex-x1-pmu > - arm,cortex-x2-pmu Should we catch up on Cortex-X (3 and 4 now) while we're at it? Cheers, Robin. > - arm,neoverse-e1-pmu _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel