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 6BABEC433EF for ; Thu, 7 Apr 2022 07:11:26 +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=0RPHm0IrWcaTh2mRKD+qXdvI8Zhm0SApTWPr4Xs9oEo=; b=VntKzDITtJDHk2 rqJfxQHiEsurZxRLGjIp3RI7yYBzdKr1BQoeTcedERH4hg/j79AMzTOwZAA8evjM05rE8x7ACNizF 4U+4KMfvrUbbXltzkkBvImw/3vwu7nZxJZmCAucw3MMCZE4BuowA00bUYI4lWNlgcrlXJHh4ePeSe 28d7jv2EBmSnHsJupwflRLqXr8j20zfHQa4wIje6MWJNAwaGKh2R053r0PmbEEQAk95M2FZVsI17l HI386HHrLuCaYJUpE+6yyiYYZow9gjtRFDMHWT7sJMlWuR+PxcpTLPA5yHqSqJ54hBB3pN+k8M+kl 3S0DfeG6D1ddEW8yEykQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncMHe-009prN-Fv; Thu, 07 Apr 2022 07:10:22 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncMHZ-009ppT-PK for linux-arm-kernel@lists.infradead.org; Thu, 07 Apr 2022 07:10:19 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id A114F8125; Thu, 7 Apr 2022 07:07:51 +0000 (UTC) From: Tony Lindgren To: Daniel Lezcano , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Keerthy , Krzysztof Kozlowski , Nishanth Menon , Rob Herring , Vignesh Raghavendra Subject: [PATCH 1/4] dt-bindings: timer: Add am6 compatible for ti-timer Date: Thu, 7 Apr 2022 10:10:03 +0300 Message-Id: <20220407071006.37031-1-tony@atomide.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220407_001017_900452_41178D41 X-CRM114-Status: UNSURE ( 8.37 ) 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 Document the dual-mode timers available on am6. Cc: devicetree@vger.kernel.org Cc: Keerthy Cc: Krzysztof Kozlowski Cc: Nishanth Menon Cc: Rob Herring Cc: Vignesh Raghavendra Signed-off-by: Tony Lindgren --- Documentation/devicetree/bindings/timer/ti,timer.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/ti,timer.txt b/Documentation/devicetree/bindings/timer/ti,timer.txt --- a/Documentation/devicetree/bindings/timer/ti,timer.txt +++ b/Documentation/devicetree/bindings/timer/ti,timer.txt @@ -14,6 +14,7 @@ Required properties: ti,omap5430-timer (applicable to OMAP543x devices) ti,am335x-timer (applicable to AM335x devices) ti,am335x-timer-1ms (applicable to AM335x devices) + ti,am6-timer (applicable to AM6 devices) - reg: Contains timer register address range (base address and length). -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel