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 352A5C433FE for ; Mon, 11 Apr 2022 08:00:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234564AbiDKICo (ORCPT ); Mon, 11 Apr 2022 04:02:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241013AbiDKICn (ORCPT ); Mon, 11 Apr 2022 04:02:43 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 91FE2DE8; Mon, 11 Apr 2022 01:00:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C25BB809F; Mon, 11 Apr 2022 07:57:57 +0000 (UTC) Date: Mon, 11 Apr 2022 11:00:27 +0300 From: Tony Lindgren To: Rob Herring Cc: Daniel Lezcano , Vignesh Raghavendra , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Nishanth Menon , Keerthy , linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski Subject: Re: [PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6 Message-ID: References: <20220408081258.57213-1-tony@atomide.com> <1649432514.728371.3536062.nullmailer@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1649432514.728371.3536062.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Rob Herring [220408 15:39]: > On Fri, 08 Apr 2022 11:12:58 +0300, Tony Lindgren wrote: > > Let's update the TI timer binding to use yaml. And add compatible for > > ti,am654-timer for TI am64, am65 and j72 SoCs. As the timer hardware is > > the same between am64, am65 and j72 we use the compatible name for the > > earliest SoC with this timer. > > > > As this binding is specific to the TI dual-mode timers also known > > as dm-timers, let's use ti,timer-dm.yaml naming for the new file. > > > > Cc: Daniel Lezcano > > Cc: Keerthy > > Cc: Nishanth Menon > > Cc: Vignesh Raghavendra > > Signed-off-by: Tony Lindgren > > --- > > .../bindings/timer/ti,timer-dm.yaml | 105 ++++++++++++++++++ > > .../devicetree/bindings/timer/ti,timer.txt | 44 -------- > > 2 files changed, 105 insertions(+), 44 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml > > delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt > > > > Running 'make dtbs_check' with the schema in this patch gives the > following warnings. Consider if they are expected or the schema is > incorrect. These may not be new warnings. Well I was planning to drop the unused ti,am4372-timer related properties, but instead will document those as discussed in the related dts thread. I'll be sending an updated version a bit later on. Regards, Tony