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 3A0AFC43219 for ; Tue, 12 Apr 2022 10:09:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354262AbiDLKHc (ORCPT ); Tue, 12 Apr 2022 06:07:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48254 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352300AbiDLJmd (ORCPT ); Tue, 12 Apr 2022 05:42:33 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B29AE13DFD; Tue, 12 Apr 2022 01:51:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 00B628061; Tue, 12 Apr 2022 08:49:06 +0000 (UTC) Date: Tue, 12 Apr 2022 11:51:38 +0300 From: Tony Lindgren To: Grygorii Strashko Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Daniel Lezcano , Keerthy , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH 1/2] dt-bindings: timer: Update TI timer to yaml Message-ID: References: <20220411111858.16814-1-tony@atomide.com> <173629f2-b37e-75ad-7601-4f24b8561f8a@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <173629f2-b37e-75ad-7601-4f24b8561f8a@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Grygorii Strashko [220412 08:35]: > On 11/04/2022 14:18, Tony Lindgren wrote: > > + reg: > > + minItems: 1 > > + maxItems: 2 > > + description: Timer IO register range > > if i'm not mistaken - you need to provide description for every item unless it's obviously determined by "-names" properties OK thanks will update for reg and clocks. > > + clock-names: > > + description: > > + Timer clock names like "fck", "timer_sys_ck". > > and description here make no sense So you just want to leave out the description from the clock-names if I read your comment above right? Regards, Tony