From patchwork Mon Feb 26 10:39:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13571923 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 1E011C48BF6 for ; Mon, 26 Feb 2024 10:39:59 +0000 (UTC) Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com [210.160.252.171]) by mx.groups.io with SMTP id smtpd.web10.17710.1708943994617712635 for ; Mon, 26 Feb 2024 02:39:54 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: bp.renesas.com, ip: 210.160.252.171, mailfrom: biju.das.jz@bp.renesas.com) X-IronPort-AV: E=Sophos;i="6.06,185,1705330800"; d="scan'208";a="195337691" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 26 Feb 2024 19:39:53 +0900 Received: from localhost.localdomain (unknown [10.226.93.86]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 45157400C4F9; Mon, 26 Feb 2024 19:39:50 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Biju Das , Lad Prabhakar Subject: [PATCH 5.10.y-cip 0/5] Add RZ/G2UL MTU3a support Date: Mon, 26 Feb 2024 10:39:44 +0000 Message-Id: <20240226103949.138960-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 ; Mon, 26 Feb 2024 10:39:59 -0000 X-Groupsio-URL: https://lists.cip-project.org/g/cip-dev/message/15088 This patch series aims to add support for RZ/G2UL MTU3a driver. All the patches are cherry-picked from the mainline. Biju Das (5): dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow interrupt names dt-bindings: timer: renesas,rz-mtu3: Improve documentation dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs arm64: dts: renesas: r9a07g043: Add MTU3a node arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3 .../bindings/timer/renesas,rz-mtu3.yaml | 67 +++++++++--------- arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 70 +++++++++++++++++++ .../boot/dts/renesas/r9a07g043u11-smarc.dts | 11 +++ .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 6 ++ arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 13 ++++ 5 files changed, 134 insertions(+), 33 deletions(-) Reviewed-by: Nobuhiro Iwamatsu Reviewed-by: tag and pushed it.