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 E7689ECAAD3 for ; Mon, 19 Sep 2022 11:29:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229553AbiISL3S (ORCPT ); Mon, 19 Sep 2022 07:29:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230346AbiISL2l (ORCPT ); Mon, 19 Sep 2022 07:28:41 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6D866220C0 for ; Mon, 19 Sep 2022 04:28:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 40B738050; Mon, 19 Sep 2022 11:20:37 +0000 (UTC) Date: Mon, 19 Sep 2022 14:28:38 +0300 From: Tony Lindgren To: Vignesh Raghavendra Cc: Nishanth Menon , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy Subject: Re: [PATCH 1/2] arm64: dts: ti: k3-am62: Add general purpose timers for am62 Message-ID: References: <20220914074224.44786-1-tony@atomide.com> <5ac6eddb-d77c-113b-d4eb-9b04108e073c@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ac6eddb-d77c-113b-d4eb-9b04108e073c@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Vignesh Raghavendra [220917 06:54]: > On 14/09/22 1:12 pm, Tony Lindgren wrote: > > @@ -186,6 +186,103 @@ main_pmx0: pinctrl@f4000 { > > pinctrl-single,function-mask = <0xffffffff>; > > }; > > > > + main_timer0: timer@2400000 { > > + compatible = "ti,am654-timer"; > > + reg = <0x00 0x2400000 0x00 0x400>; > > + interrupts = ; > > + clocks = <&k3_clks 36 2>; > > + clock-names = "fck"; > > + assigned-clocks = <&k3_clks 36 2>; > > + assigned-clock-parents = <&k3_clks 36 3>; > > + power-domains = <&k3_pds 36 TI_SCI_PD_EXCLUSIVE>; > > I end up with > > make dtbs_check > > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4800000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4810000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4820000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > +/workdir/arch/arm64/boot/dts/ti/k3-am625-sk.dtb: timer@4830000: 'power-domains' does not match any of the regexes: 'pinctrl-[0-9]+' > > Looks like schema does not describe power-domains :( Thanks for catching it, I've sent a patch for the binding for this at [0] below. Regards, Tony [0] https://lore.kernel.org/linux-devicetree/20220919112357.64997-1-tony@atomide.com/T/#u