From patchwork Wed Aug 16 07:03:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13354626 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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75913C001E0 for ; Wed, 16 Aug 2023 07:03:27 +0000 (UTC) Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com [210.160.252.172]) by mx.groups.io with SMTP id smtpd.web10.155724.1692169401700791804 for ; Wed, 16 Aug 2023 00:03:22 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: bp.renesas.com, ip: 210.160.252.172, mailfrom: biju.das.jz@bp.renesas.com) X-IronPort-AV: E=Sophos;i="6.01,176,1684767600"; d="scan'208";a="176760058" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 16 Aug 2023 16:03:19 +0900 Received: from localhost.localdomain (unknown [10.226.92.162]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C8165405513B; Wed, 16 Aug 2023 16:03:17 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Biju Das , Claudiu Beznea Subject: [PATCH 5.10.y-cip 0/2] Enable PMU support for RZ/{G2L,G2LC,V2L} SoCs Date: Wed, 16 Aug 2023 08:03:13 +0100 Message-Id: <20230816070315.3078-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 16 Aug 2023 07:03:27 -0000 X-Groupsio-URL: https://lists.cip-project.org/g/cip-dev/message/12654 This patch series aims to enable PMU support for RZ/{G2L,G2LC,V2L} SoCs. All the patches are cherry-picked from the mainline. Lad Prabhakar (2): arm64: dts: renesas: r9a07g044: Add Cortex-A55 PMU node arm64: dts: renesas: r9a07g054: Add Cortex-A55 PMU node arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 5 +++++ arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 5 +++++ 2 files changed, 10 insertions(+)