Received: by 2002:a05:6358:11c7:b0:104:8066:f915 with SMTP id i7csp654453rwl; Thu, 30 Mar 2023 23:54:59 -0700 (PDT) X-Google-Smtp-Source: AKy350YNskZEtRfpXQwmZXI/rPUPBdpHGFqEEIAOB9F5KkpfrjleoSYt3OtvX8IPQlKDkMHQm3Qu X-Received: by 2002:a17:906:3f4f:b0:945:394a:d0fc with SMTP id f15-20020a1709063f4f00b00945394ad0fcmr4462422ejj.6.1680245699415; Thu, 30 Mar 2023 23:54:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1680245699; cv=none; d=google.com; s=arc-20160816; b=CqQsolxy8ahpCmdM/0RZ3/2zyMuJlBRs0SMDMIVzq4OTsNKr32NOf+ulW0oJ0GQdHa X3I/ulVVfBUn8Z8E6FvezxZr3zjYciZFRYifH9IzW08FthGsT52m0bbvAzYoy7EVnuQr Zh8gg8Ka6WXy7MUdNiBMC8+0VVx5sRAopucsAj0V5zAhOFAlhsg/xjANaK6fVEbnLGe1 QOQkDIokd67oJOOsexDtjEJR0F/LSGYzFz2x8OgOB8eAxpKHEvi0hLcp+wB2X9BNC9wB jia2XCADUWUYcldYHxzN/5Y1eC1sU2Ru3BGU5kByS/3+uzG/3dLdT9T7XgSxDOp2KWx2 ffIw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=rIV6chgbN8kfE2Jl8SwEUfaWJDZhenUPWfJ2osYeLRo=; b=JJ/MLtyNZqcG5qi55N+P4C1JfamoazBDfq0dJXGzS6OP1F1c2tvtrH4MSgDbxpqeCX z3nbIQKcGT36sY4BOfiEDiO+fbGrIHSCOJVCdrM18HZRX2DybYAOPV6Hg8hMy/9x6huw gEf8rAym3AtU4EnDNc/55ie5+A1CZ3qCEcRLk5y5KQw0a8vE3nb0SDxX1Cm8FAb0Wfyk ZWldtPXEjH5HGsbdQdfyqFVFgXhVqEvnTvOqu5k/JyB2dOZghLQaxKSMFYrld9xZpOX5 92HPPe/kSWE5+6uXyfadjZ+diiq+uDUpi526mewR75v79aLm5ZXPr6xKDzpoKa+Ij1Kg 4oxg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id s12-20020a1709060c0c00b008e0bd541c68si1260037ejf.594.2023.03.30.23.54.34; Thu, 30 Mar 2023 23:54:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230178AbjCaGlM (ORCPT + 99 others); Fri, 31 Mar 2023 02:41:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55522 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229981AbjCaGlK (ORCPT ); Fri, 31 Mar 2023 02:41:10 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0420F11162; Thu, 30 Mar 2023 23:41:09 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 11FAB8027; Fri, 31 Mar 2023 06:41:09 +0000 (UTC) Date: Fri, 31 Mar 2023 09:41:07 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: 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: <20230331064107.GU7501@atomide.com> References: <20230329222246.3292766-1-andreas@kemnade.info> <20230330113918.GS7501@atomide.com> <20230330181506.4d5fcf51@aktux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230330181506.4d5fcf51@aktux> X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andreas Kemnade [230330 16:15]: > 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 are documented in the ti-sysc.yaml for the current SoCs, but not for the legacy SoC still using ti,hwmods. > 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. Agreed. > So how to proceed? How about just rename the hwmods related parts of omap.txt to something like ti-hwmods.txt? > BTW: I think this file then also belongs into > OMAP2+ SUPPORT section of MAINTAINERS Yeah that helps for receiving related emails :) Regards, Tony