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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0C62C25B06 for ; Mon, 15 Aug 2022 12:59:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231552AbiHOM7v (ORCPT ); Mon, 15 Aug 2022 08:59:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242647AbiHOM7v (ORCPT ); Mon, 15 Aug 2022 08:59:51 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5C50813D30 for ; Mon, 15 Aug 2022 05:59:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CADBA80FB; Mon, 15 Aug 2022 12:52:58 +0000 (UTC) Date: Mon, 15 Aug 2022 15:59:48 +0300 From: Tony Lindgren To: Nishanth Menon Cc: Vignesh Raghavendra , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy Subject: Re: [PATCH 2/2] arm64: dts: ti: k3-am65: Add general purpose timers for am65 Message-ID: References: <20220407104725.41755-1-tony@atomide.com> <20220407104725.41755-2-tony@atomide.com> <20220706232157.thvbsr6emvyy6i5o@resend> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220706232157.thvbsr6emvyy6i5o@resend> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, * Nishanth Menon [220706 23:16]: > On 13:47-20220407, Tony Lindgren wrote: > > diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi > > @@ -271,6 +271,114 @@ main_spi4: spi@2140000 { > > #size-cells = <0>; > > }; > > > > + main_timer0: timer@2400000 { > > + compatible = "ti,am6-timer"; > > + reg = <0x00 0x2400000 0x00 0x400>; > > + interrupts = ; > > + clocks = <&k3_clks 23 12>; > > + clock-names = "fck"; > > + ti,timer-pwm; > > + }; > > Tony, > Lets hold this back one more window.. ti,am6-timer should come > in the next rc1, but I still dont see this yet in next-20220706, So, i am > going to have to skip this window at least. I'm seeing the clock being too fast although debugfs reports the timer source clock at 32k. Not quite sure what is wrong, maybe the clock index should be 1 instead of 12 here. Best to wait with the dts patches until the clock issue has bee sorted out. Regards, Tony