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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76076C433EF for ; Fri, 12 Nov 2021 13:41:10 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 410056103A for ; Fri, 12 Nov 2021 13:41:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 410056103A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bzseDy7Z/Z+gcVLXxkUnn5nmR8poBsbb8lStctCRJN0=; b=meOFb1D71dC90P4bIfLDsRjZgp npMrL0RefJxpcIND7nPz66woT6at6Tr5PgEHa6iRomnwjEChB2D9sK8Ro8dl8rCKHq2eDPhMeAdK4 Ism/CRAgW+FN+bBPF2O0EkvGSMFVRmfAooJEP5f/jdwkyXI74OzS7o/+S6o/c9s62GK6mKVW5jz8l 6MWVzbKgvdE7dMSeqaAMHQ5tvEHKSTkkI+NV+zOWd5ip26gykJ8ayJLQjdpUahq81bL7XK7oInLbF pL1nw9vlsAX4LesKwu8gxxwCmfHraFDmniqk/bN5cGGJs9v0B9gqhpJHdJkWarJy6RaFvp8gsZ5On vPujxWWQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlWmY-00AbYR-22; Fri, 12 Nov 2021 13:39:54 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlWmS-00AbWO-94 for linux-arm-kernel@lists.infradead.org; Fri, 12 Nov 2021 13:39:49 +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 11DCEED1; Fri, 12 Nov 2021 05:39:44 -0800 (PST) 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 020143F70D; Fri, 12 Nov 2021 05:39:42 -0800 (PST) Subject: Re: [PATCH 1/2] dt-bindings: arm: cpus: Add ARM Cortex-A78 To: Thierry Reding , Rob Herring Cc: Jon Hunter , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org References: <20211112131904.3683428-1-thierry.reding@gmail.com> From: Robin Murphy Message-ID: Date: Fri, 12 Nov 2021 13:39:38 +0000 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211112131904.3683428-1-thierry.reding@gmail.com> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211112_053948_457622_A9448112 X-CRM114-Status: GOOD ( 16.19 ) 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 12/11/2021 1:19 pm, Thierry Reding wrote: > From: Thierry Reding > > The ARM Cortex-A78 CPU can be found in a number of recent SoCs such as > the NVIDIA Tegra234 (Orin). Oops, that reminds me that I'm sitting on a patch somewhere to bring these fully up-to-date (I got sidetracked pondering what to do about PMU naming). I should track that down and post it next week... However if Rob feels like applying this one first, Acked-by: Robin Murphy Cheers, Robin. > Signed-off-by: Thierry Reding > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml > index f2ab6423b4af..452bfd1d4ecc 100644 > --- a/Documentation/devicetree/bindings/arm/cpus.yaml > +++ b/Documentation/devicetree/bindings/arm/cpus.yaml > @@ -137,6 +137,7 @@ properties: > - arm,cortex-a75 > - arm,cortex-a76 > - arm,cortex-a77 > + - arm,cortex-a78 > - arm,cortex-m0 > - arm,cortex-m0+ > - arm,cortex-m1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel