From patchwork Wed Feb 3 02:58:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seiya Wang X-Patchwork-Id: 12063279 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05DA7C433E0 for ; Wed, 3 Feb 2021 03:11:01 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 B6B5F64F69 for ; Wed, 3 Feb 2021 03:11:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6B5F64F69 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=31WFqR4OhjKZj1mDbuLIIjPm1V07BfsdzT5q0NjdOgA=; b=T6y3TlcmvWEWWnQ0o9m/YqLhO eBG6FUpOrctNsQrei+Wo/O5Xj9TQediIDxcK3/o57GiR1Uwrki7ApNplyBrxhnBfRly6d+KWrFFsV ACFJUHDx0W4+LmDwZPIwPEIBc/rbGb1cmiko5zeYNmMIX+pmwQOSLjFwshVAeSB5dI/7G20ySKnuP raMXYMvR18jqxmABH8FcGX31Ri5j+xytQb8olHQ4QpBbLdaKlrEoQjyjo1UP2bHMcXHM8NVLvMHg+ t7isFc5LKFDceBPv0ndyy+2jqk4x+dCTWZz6pbblDKJK4cc9EWiX7TV2CipWYhFOyh54so9GcmpvD 0ywmMPCHA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l78Y4-0000T3-KO; Wed, 03 Feb 2021 03:09:44 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l78Y1-0000SG-Jh; Wed, 03 Feb 2021 03:09:42 +0000 X-UUID: 28b62dea90004194b879ec5c3cee5311-20210202 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:CC:To:From; bh=izfvCOysaF8v4MGIYIbse9Tn2ely+3US6DCsszoOrNg=; b=otq+w2Zm/pYxztQgUqn0EzeCxtbLAb90lzoBF9tef+1jnLfQuXd8OE0Geir3EsmGuMIjShgsaqkBpBXICrTwtEqkVx6xeUegkvhcYl4Vw1sgVEgcr5moRgJakYBBJkOA9MRGUxfj+luZ4vmrMt2pP84a30Di660pvoCbI6c/QaI=; X-UUID: 28b62dea90004194b879ec5c3cee5311-20210202 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1471564713; Tue, 02 Feb 2021 19:09:32 -0800 Received: from mtkmbs08n1.mediatek.inc (172.21.101.55) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 2 Feb 2021 18:59:24 -0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs08n1.mediatek.inc (172.21.101.55) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 3 Feb 2021 10:59:22 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 3 Feb 2021 10:59:22 +0800 From: Seiya Wang To: Will Deacon , Mark Rutland , "Rob Herring" Subject: [PATCH 2/2] dt-bindings: arm: add Cortex-A78 binding Date: Wed, 3 Feb 2021 10:58:02 +0800 Message-ID: <20210203025802.30201-3-seiya.wang@mediatek.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20210203025802.30201-1-seiya.wang@mediatek.com> References: <20210203025802.30201-1-seiya.wang@mediatek.com> MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210202_220941_872168_3990CD24 X-CRM114-Status: GOOD ( 12.73 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, srv_heupstream@mediatek.com, Peter Zijlstra , Catalin Marinas , Seiya Wang , linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Alexander Shishkin , Ingo Molnar , linux-mediatek@lists.infradead.org, Matthias Brugger , Namhyung Kim , Jiri Olsa , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add compatible for Cortex-A78 PMU Change-Id: I427a047d10673105692353da4f5c6f6083f21665 Signed-off-by: Seiya Wang --- Documentation/devicetree/bindings/arm/pmu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/pmu.yaml b/Documentation/devicetree/bindings/arm/pmu.yaml index 693ef3f185a8..e17ac049e890 100644 --- a/Documentation/devicetree/bindings/arm/pmu.yaml +++ b/Documentation/devicetree/bindings/arm/pmu.yaml @@ -43,6 +43,7 @@ properties: - arm,cortex-a75-pmu - arm,cortex-a76-pmu - arm,cortex-a77-pmu + - arm,cortex-a78-pmu - arm,neoverse-e1-pmu - arm,neoverse-n1-pmu - brcm,vulcan-pmu