Message ID | 20230216153339.19987-1-afd@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1B072C636CC for <linux-arm-kernel@archiver.kernel.org>; Thu, 16 Feb 2023 15:35:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=KcdTGQp9eB2I5PR7wozUXUmgoVs1NfWkTuNw5qREuu8=; b=znkuJE9Csr9xaV BsUziRDJD6ZYRVjd4QBNgIciKXNmwpXp+7bJv2o33kKIlrqBDRVJItosVxMc9FOBHLh8VBUziPIq/ wQN+kpVSEiQt6K1rkujOoH6rU9sDA5MW/ZBeikHcdFqej/wvMGM6Y/6/2Rov7gK251G3j6rV4SQlX p9gafXghvjfqnG/hEjihEkBu5PP+vCYfhzsZhlUAxbxnzzWeO2UN5QYCNr1AEXI5g1Zy0s8mX1dOf keD6mox6bGWjEg1GntDEfIsrDCBwDINUWaxM7rk7a47YTKWe2w3jVnZLAMZzDohBiNnDn+MmXi5eB 1mFDWJvtKd16WGo72BIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSgHC-00Atv9-9o; Thu, 16 Feb 2023 15:34:26 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSgGp-00Atkz-BG for linux-arm-kernel@lists.infradead.org; Thu, 16 Feb 2023 15:34:08 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 31GFXeAH113353; Thu, 16 Feb 2023 09:33:40 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1676561620; bh=gGClkZ7Y6W8QSzuKIqCvjRgFVLWWEXdv+MGh3f1pp30=; h=From:To:CC:Subject:Date; b=mnqc/etMZlfmCgxezuHGTaZGGz7tLjApE9yOXjvVBUfW5D4/yc4+z6OroVY6UUkqT BDc61hOmbpdyyyzufsCF/3cORSAhRuQ4OoZJ4lBM7+zwT/HqEWqbV92Zxu001WGaXN O5u1q8tAHJAJN9r71f9GFhPGh3krR3BV7rOGHuLw= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 31GFXe9e121204 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 16 Feb 2023 09:33:40 -0600 Received: from DLEE107.ent.ti.com (157.170.170.37) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Thu, 16 Feb 2023 09:33:40 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE107.ent.ti.com (157.170.170.37) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Thu, 16 Feb 2023 09:33:40 -0600 Received: from ula0226330.dal.design.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 31GFXdcd018680; Thu, 16 Feb 2023 09:33:39 -0600 From: Andrew Davis <afd@ti.com> To: Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, =?utf-8?q?Beno?= =?utf-8?q?=C3=AEt_Cousson?= <bcousson@baylibre.com>, Tony Lindgren <tony@atomide.com>, Colin Foster <colin.foster@in-advantage.com>, Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de> CC: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, Andrew Davis <afd@ti.com> Subject: [RFC 0/2] Convert omap.txt to DT schema Date: Thu, 16 Feb 2023 09:33:37 -0600 Message-ID: <20230216153339.19987-1-afd@ti.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230216_073403_527417_DD9C7830 X-CRM114-Status: GOOD ( 10.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Convert omap.txt to DT schema
|
expand
|
* Andrew Davis <afd@ti.com> [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