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 9E7D5C6379F for ; Wed, 15 Feb 2023 07:15:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233605AbjBOHPB (ORCPT ); Wed, 15 Feb 2023 02:15:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233712AbjBOHOq (ORCPT ); Wed, 15 Feb 2023 02:14:46 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4D9702B2B8; Tue, 14 Feb 2023 23:14:45 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4D05A80CD; Wed, 15 Feb 2023 07:14:44 +0000 (UTC) Date: Wed, 15 Feb 2023 09:14:43 +0200 From: Tony Lindgren To: Rob Herring Cc: Colin Foster , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , soc@kernel.org, Olof Johansson , Arnd Bergmann , Krzysztof Kozlowski , Krzysztof Kozlowski Subject: Re: [PATCH v3 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Message-ID: References: <20230209025525.148872-1-colin.foster@in-advantage.com> <20230209025525.148872-2-colin.foster@in-advantage.com> <20230209173534.GA539622-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230209173534.GA539622-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [230209 19:35]: > On Wed, Feb 08, 2023 at 06:55:24PM -0800, Colin Foster wrote: > > --- a/Documentation/devicetree/bindings/arm/omap/omap.txt > > +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt > > @@ -131,6 +131,9 @@ Boards (incomplete list of examples): > > - OMAP4 PandaBoard : Low cost community board > > compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4" > > > > +- OMAP4 PCM-959 : Commercial dev kit with PCM-049 SOM > > + compatible = "phytec,pcm959", "phytec,pcm049", "ti,omap4460", "ti,omap4430", "ti,omap4"; Do you have both "ti,omap4460" and "ti,omap4430" SoCs variants for these boards? If not just drop the SoC variant not in use. If you do have, please mention it in the commit message. > OMAP maintainers, if no one is going to convert all of omap.txt over to > schema, can we at least start an empty schema and add to it instead of > here... That sounds like a good plan to me as it allows moving one device at a time. Colin, care to add the initial yaml binding file with your board? Regards, Tony