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 965F8C4332F for ; Tue, 15 Nov 2022 15:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229533AbiKOPlR (ORCPT ); Tue, 15 Nov 2022 10:41:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231538AbiKOPlL (ORCPT ); Tue, 15 Nov 2022 10:41:11 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2B1AC2E9C2 for ; Tue, 15 Nov 2022 07:40:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D788380E0; Tue, 15 Nov 2022 15:30:55 +0000 (UTC) Date: Tue, 15 Nov 2022 17:40:54 +0200 From: Tony Lindgren To: Nishanth Menon Cc: Vignesh Raghavendra , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy , Georgi Vlaev Subject: Re: [PATCH v2 3/4] arm64: dts: ti: k3-am62: Add general purpose timers for am62 Message-ID: References: <20221107163533.48777-1-tony@atomide.com> <20221107163533.48777-4-tony@atomide.com> <20221115144604.qjtor4wsetqmxnlh@hatching> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221115144604.qjtor4wsetqmxnlh@hatching> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Nishanth Menon [221115 14:36]: > On 18:35-20221107, Tony Lindgren wrote: > > --- > > arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 97 ++++++++++++++++++++++++ > > arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | 45 +++++++++++ > > 2 files changed, 142 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi > > --- a/arch/arm64/boot/dts/ti/k3-am62-main.dtsi > > +++ b/arch/arm64/boot/dts/ti/k3-am62-main.dtsi > > @@ -192,6 +192,103 @@ main_pmx0: pinctrl@f4000 { > [...] > > + > > + main_timer7: timer@2470000 { > > + compatible = "ti,am654-timer"; > > + reg = <0x00 0x2470000 0x00 0x400>; > > + interrupts = ; > > + clocks = <&k3_clks 43 2>; > > + clock-names = "fck"; > > + assigned-clocks = <&k3_clks 43 2>; > > + assigned-clock-parents = <&k3_clks 43 3>; > > + power-domains = <&k3_pds 43 TI_SCI_PD_EXCLUSIVE>; > > + ti,timer-pwm; > > + }; > > + > > + > ^^ Looks like an extra EoL crept in here. Oops, will send out an updated set with that fixed and without the last patch. Regards, Tony