From patchwork Mon Mar 20 16:30:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13181578 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 595B6C7618A for ; Mon, 20 Mar 2023 16:31:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Tpcgae06BEqnN0Fup5063FrxBLlM9oZyZqM4zZJIpq4=; b=FQzaw6PAEFeW3S x5to9s9OtIlmh+jdiTiRZnl1of9+8LUfhGZcSI9myCdcuWXCdPqvu7SAeTlooJZl8dlxKoP4mtqHm gCWOOUMTTbhGK3Zerdzpn6oDs7LfzwD4JVZkuqAWqL9L2V1Rhkbg1OPBIZ5AOL3hC8uVcRqhCulFb p9Q49ZJinPN3gKI5851ZdtakFlqA32X+fD5VPvLSkVGp8vlEKul9c0/ID4SdBHfaVUEBms5t9zxUs AOUWiDfeeV0dkTdsrh12n/Pabdfyu2CyGhjO18JcK2vRtSRFNTLK3dL5hTZVpRkrPfZIQAxYheWHS ththEbrcp8cfxCq9iv2w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1peIP9-009mQp-2S; Mon, 20 Mar 2023 16:30:39 +0000 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1peIOz-009mIG-0F for linux-arm-kernel@lists.infradead.org; Mon, 20 Mar 2023 16:30:32 +0000 Received: from ramsan.of.borg ([84.195.187.55]) by laurent.telenet-ops.be with bizsmtp id agWB2900A1C8whw01gWBZi; Mon, 20 Mar 2023 17:30:11 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1peIO2-00E2up-BF; Mon, 20 Mar 2023 17:30:11 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1peIOh-007SSj-4I; Mon, 20 Mar 2023 17:30:11 +0100 From: Geert Uytterhoeven To: Magnus Damm , Michael Turquette , Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] ARM: dts: r8a7779: Add PWM support Date: Mon, 20 Mar 2023 17:30:04 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230320_093029_261163_C808A6D4 X-CRM114-Status: GOOD ( 19.95 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This patch series adds support for the seven PWM Timers on the Renesas R-Car H1 SoC. For proper operation, this depends on [1]. PWM0 (b/d), PWM2, and PWM5 have been tested with PWM sysfs and a logic analyzer on the Marzen development board using DT overlays available from [2]. I plan to queue this series in renesas-devel-for-v6.4. Thanks for your comments! [1] [PATCH] pinctrl: renesas: r8a7779: Add PWM pins, groups, and functions https://lore.kernel.org/r/cea9723e9c3df4b1408750caa38886aac1fab5f7.1679329090.git.geert+renesas@glider.be [2] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/renesas-overlays Geert Uytterhoeven (2): dt-bindings: clock: r8a7779: Add PWM module clock ARM: dts: r8a7779: Add PWM support arch/arm/boot/dts/r8a7779.dtsi | 91 +++++++++++++++++++---- include/dt-bindings/clock/r8a7779-clock.h | 1 + 2 files changed, 79 insertions(+), 13 deletions(-)