From mboxrd@z Thu Jan 1 00:00:00 1970 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 EBE66C38145 for ; Wed, 7 Sep 2022 08:12:48 +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=X3LxhTwvVy8IvELpSCWaA/1C5zWy0GbioUc/0AoZBgc=; b=mwl7Fn7dcTUywx P1Ruox5qRJyGsDzfCvawkk4PXpCN2MsVKVy2yrGLAhygDJ31FLRnnxxfFsyVGWVgzahzpYnnv1AQ8 en42n5Gko8iJzQV00yxrfiLo5PhAZQXT7qCeLw13/nQLNj43om6LJBnTjOgyAxC9PLzGshHgcB+5C xa6J4fUFPSVdmIULdh2HyTNCT4j+OWj1Zf3NJZ+x72SIt1TVOY0CFXT9WhR1amAVcP/LgC0Q2nB7o IAJaBAonfxlIKeSkfoTjl/IE2jJoBUltK9U8wuwzdZl6txNqx9ZHpd+Wl4mGOFF5Kf60DvppGNScT lX00SvKIaHaFPQZlvD4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVq9y-0045J7-IU; Wed, 07 Sep 2022 08:11:46 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVq1R-00408I-6N for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2022 08:03:00 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 1162680EE; Wed, 7 Sep 2022 07:55:13 +0000 (UTC) From: Tony Lindgren To: Nishanth Menon , Vignesh Raghavendra Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy Subject: [PATCH v3 0/2] Configure dmtimers for am65 Date: Wed, 7 Sep 2022 11:02:41 +0300 Message-Id: <20220907080243.26697-1-tony@atomide.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220907_010257_386979_FF28CD34 X-CRM114-Status: UNSURE ( 7.75 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, Here's v3 series for adding the dmtimers for am65. The device tree binding and related driver related changes have been already merged. Regards, Tony Changes since v2: - Add missing power-domains properties Changes since v1: - Update to use the mux clock and configure it for 25 mHz source clock with assigned-clocks - Update patch descriptions Tony Lindgren (2): arm64: dts: ti: k3-am65: Configure pinctrl for timer IO pads arm64: dts: ti: k3-am65: Add general purpose timers for am65 arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 162 +++++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 63 +++++++++ 2 files changed, 225 insertions(+) -- 2.37.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel