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 4766AC05027 for ; Fri, 17 Feb 2023 05:48:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbjBQFs3 (ORCPT ); Fri, 17 Feb 2023 00:48:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbjBQFs2 (ORCPT ); Fri, 17 Feb 2023 00:48:28 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1710F49899; Thu, 16 Feb 2023 21:48:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4E194826D; Fri, 17 Feb 2023 05:48:26 +0000 (UTC) Date: Fri, 17 Feb 2023 07:48:25 +0200 From: Tony Lindgren To: Andrew Davis Cc: Rob Herring , Krzysztof Kozlowski , =?utf-8?Q?Beno=C3=AEt?= Cousson , Colin Foster , Olof Johansson , Arnd Bergmann , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RFC 0/2] Convert omap.txt to DT schema Message-ID: References: <20230216153339.19987-1-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230216153339.19987-1-afd@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andrew Davis [230216 15:33]: > I saw there was some more talk on the lists about converting > the omap.txt over to DT schema. I remembered that I had made > an attempt at this and wanted to post it as a WIP example. > It is not perfect or even very good, but might serve as > a base for someone. Hey that's great :) Tony