From patchwork Thu Jul 27 08:18:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 707218 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E11BC41513 for ; Thu, 27 Jul 2023 08:36:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234111AbjG0IgJ (ORCPT ); Thu, 27 Jul 2023 04:36:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234431AbjG0Ifw (ORCPT ); Thu, 27 Jul 2023 04:35:52 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EDD21E42; Thu, 27 Jul 2023 01:19:17 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.01,234,1684767600"; d="scan'208";a="174688905" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 27 Jul 2023 17:18:55 +0900 Received: from localhost.localdomain (unknown [10.226.93.33]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 21F2541C9E93; Thu, 27 Jul 2023 17:18:50 +0900 (JST) From: Biju Das To: Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Daniel Lezcano , Thomas Gleixner , Geert Uytterhoeven , Magnus Damm , linux-iio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Fabrizio Castro , Prabhakar Mahadev Lad Subject: [PATCH v3 0/5] Add RZ/G2UL MTU3a support Date: Thu, 27 Jul 2023 09:18:43 +0100 Message-Id: <20230727081848.100834-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This patch series aims to add MTU3a support for RZ/G2UL SMARC EVK. Also it fixes overflow/underflow interrupt names. v2->v3: * Dropped patch#4, as it accepted for 6.5 fixes. * Moved patch#2 to patch#1 as it is fixes patch. * Added Rb tag from Geert for patch#1 and patch#3. * Updated the link to lore for Closes tag for patch#2. * Documented RZ/Five SoC as the same IP used in RZ/G2UL SoC. v1->v2: * Added Ack tags from Conor Dooley for binding patches * Updated commit description RZ/G2UL->RZ/{G2UL,Five} for patch#5. * Fixed build error reported by kernel test robot by replacing GIC_SPI x ->SOC_PERIPHERAL_IRQ(x) for patch#5. 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(-)