From patchwork Mon Nov 7 16:35:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 13034871 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 156C6C4332F for ; Mon, 7 Nov 2022 16:44:18 +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=foIqNt5mtQ4LSxowqRPp1w4zsfJwp+yIf5DQ3mVjjgM=; b=sYmNf9VuczPg// 40bcLZp5JM9bCfh1ayIkvafr6jNmmPUA/1IIMoxTBGizGylfgZFKWjoy/VCKALCo85RPElba+nqv7 NCb/KCNiH0qLpT8PAFrQ+AzPk9s9BbulUr5xY/jPxPg/s9LONCz8fux4H/Y+gEflyM28x1ojNa8vD G9PwvLpIV3+IFrUKsc7CY5Hj234AkTD4OV3QTQuzOKYzpmkEaZ+w2Ll7bfGO2H7KSRwVQqJkWjAJA 8pTLGZhKCbdrNmGZTE5v7TtoHVIXZSs4vGkyGCuZQesPKDixrgXuIpyBnd+MX4bGSKfE46a12zZx3 SlzS90ia64iwAgaIXhhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os5DO-00GJQ9-Gw; Mon, 07 Nov 2022 16:43:15 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os56E-00GEo3-9q for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 16:35:52 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 7C64280A8; Mon, 7 Nov 2022 16:25:58 +0000 (UTC) From: Tony Lindgren To: Nishanth Menon , Vignesh Raghavendra Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Georgi Vlaev , Keerthy Subject: [PATCH v2 0/4] Collected pending TI dmtimer dts changes Date: Mon, 7 Nov 2022 18:35:29 +0200 Message-Id: <20221107163533.48777-1-tony@atomide.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_083550_477694_0030275C X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. 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, Here are the pending TI dmtimer dts changes posted earlier. The related driver and binding changes are now in the mainline Linux. There has been no changes to these patches, I just updated them against current Linux next and added the tags from Georgi. Regards, Tony Changes since v1: - Rebase to apply, use base commit fdb02688f22b ("arm64: dts: ti: k3-am65: Enable McASP nodes at the board level") as requested by Nishanth Tony Lindgren (4): arm64: dts: ti: k3-am65: Configure pinctrl for timer IO pads arm64: dts: ti: k3-am65: Add general purpose timers for am65 arm64: dts: ti: k3-am62: Add general purpose timers for am62 arm64: dts: ti: k3-am625-sk: Use pwm-led instead of gpio-led arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 97 ++++++++++++++ arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | 45 +++++++ arch/arm64/boot/dts/ti/k3-am625-sk.dts | 17 ++- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 162 +++++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 63 +++++++++ 5 files changed, 379 insertions(+), 5 deletions(-)