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 5AE1EC7EE23 for ; Wed, 17 May 2023 10:09:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230055AbjEQKJH (ORCPT ); Wed, 17 May 2023 06:09:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230036AbjEQKJG (ORCPT ); Wed, 17 May 2023 06:09:06 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 05777E4D; Wed, 17 May 2023 03:09:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4E8658117; Wed, 17 May 2023 10:09:05 +0000 (UTC) Date: Wed, 17 May 2023 13:09:04 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, afd@ti.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v7 1/2] dt-bindings: omap: Partially convert omap.txt to yaml Message-ID: <20230517100904.GU14287@atomide.com> References: <20230515074512.66226-1-andreas@kemnade.info> <20230515074512.66226-2-andreas@kemnade.info> <20230517064031.GP14287@atomide.com> <20230517101010.31142e67@aktux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230517101010.31142e67@aktux> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Andreas Kemnade [230517 08:10]: > Hi Tony, > > On Wed, 17 May 2023 09:40:31 +0300 > Tony Lindgren wrote: > > > * Andreas Kemnade [230515 07:45]: > > > From: Andrew Davis > > > > > > Convert omap.txt to yaml. > > > > Looks good to me, thanks a lot for doing this: > > > > Reviewed-by: Tony Lindgren > > > > Anreas, for future patch reference, care to summarize what's still > > blocking updating the rest of the TI SoCs for the binding? I think > > it may have been discussed earlier here and there already so apologies > > if I'm the only one who lost track :) > > > The original patch by Andrew allows probably too many combinations of > compatibles for the rest of the SoCs (e.g. pattern: '^ti,dra7[12456][024568p]). > I do not know the intention of that and nobody commented, so I would have to > do a lot of research, so I decided to split the work. OK makes sense, thanks. Tony