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 29766C6FD18 for ; Fri, 31 Mar 2023 11:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229437AbjCaLhT (ORCPT ); Fri, 31 Mar 2023 07:37:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229967AbjCaLhT (ORCPT ); Fri, 31 Mar 2023 07:37:19 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 428AD171F; Fri, 31 Mar 2023 04:37:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3E7548027; Fri, 31 Mar 2023 11:37:16 +0000 (UTC) Date: Fri, 31 Mar 2023 14:37:14 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Andreas Kemnade , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Andrew Davis Subject: Re: [PATCH v2] dt-bindings: omap: Convert omap.txt to yaml Message-ID: <20230331113714.GV7501@atomide.com> References: <20230329222246.3292766-1-andreas@kemnade.info> <20230330113918.GS7501@atomide.com> <20230330181506.4d5fcf51@aktux> <191c96d2-e51a-550e-16d9-0403e4528885@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <191c96d2-e51a-550e-16d9-0403e4528885@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [230331 09:43]: > On 30/03/2023 18:15, Andreas Kemnade wrote: > > On Thu, 30 Mar 2023 14:39:18 +0300 > > Tony Lindgren wrote: > > > >> * Andreas Kemnade [230329 22:22]: > >>> From: Andrew Davis > >>> > >>> Convert omap.txt to yaml. > >>> Documentation/devicetree/bindings/arm/ti.yaml | 157 ++++++++++++++++++ > >>> 1 file changed, 157 insertions(+) > >>> create mode 100644 Documentation/devicetree/bindings/arm/ti.yaml > >> > >> Great, can we also drop the old txt file or is more changes needed before > >> we can do that? > >> > > we have still > > - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP > > HW documentation, attached to a device. Must contain at least > > one hwmod. > > > > Optional properties: > > - ti,no_idle_on_suspend: When present, it prevents the PM to idle the module > > during suspend. > > - ti,no-reset-on-init: When present, the module should not be reset at init > > - ti,no-idle-on-init: When present, the module should not be idled at init > > - ti,no-idle: When present, the module is never allowed to idle. > > > > These optional properties are not in the root node but in subnodes. > > From my guts feeling this belongs in a separate file and should > > be somehow dealed with in a second step. > > > > So how to proceed? > > Any compatible converted to DT Schema should be removed from TXT. It > does not mean entire TXT has to be removed if it contains other pieces. Sounds good to me. Tony