From patchwork Wed Apr 5 06:55:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Kemnade X-Patchwork-Id: 670695 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 72AB4C761AF for ; Wed, 5 Apr 2023 06:55:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236449AbjDEGz4 (ORCPT ); Wed, 5 Apr 2023 02:55:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbjDEGzz (ORCPT ); Wed, 5 Apr 2023 02:55:55 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D59F44224; Tue, 4 Apr 2023 23:55:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:To:From:Sender:Reply-To:Cc:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=qp6koKZbJvHqGk/+/U7NopxqNZAhRQM2NSYTzVW2pLo=; b=9Z0cP2t7fPG8QO9VM/ffcC0ea+ SngeBGQLCE17dLfCSo8s58naKtkE2B5NpKZXi4IwiRg5F8rcxJHhuOksdUGKuKXryoCwN0kuEagAv Y4E98/8ZYs55SO52rUuOXsB2G93+E6qqbKXHZ5B8BEEb+gwlHg/gygCerL5XX1gZEIw7eIOjalGWO 1Hxe0klVe7R7tQXDFViRRPLSbZBPmTYtyuD6FHOZujrlX+krhoNlePec/9KLJgS6DVsXTgL3yCVga EaR7p9gALVsctP8h72ooyJi9ymMs4q0+2IvFu5EzbBC+9B5uLMM34gaGXnd+w2HmD7kZWf8CS6yAM QCu80xgA==; Received: from p200300ccff0b98001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff0b:9800:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1pjx3Y-0000gc-Ty; Wed, 05 Apr 2023 08:55:45 +0200 Received: from andi by aktux with local (Exim 4.96) (envelope-from ) id 1pjx3Y-00EwVj-1b; Wed, 05 Apr 2023 08:55:44 +0200 From: Andreas Kemnade To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, tony@atomide.com, afd@ti.com, andreas@kemnade.info, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH v5 0/2] dt-bindings: omap: Convert omap.txt to yaml Date: Wed, 5 Apr 2023 08:55:31 +0200 Message-Id: <20230405065533.3561492-1-andreas@kemnade.info> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Convert board compatibles to yaml and add the new yaml file to MAINTAINERS so that emails are properly distributed Changes in V5: - renamed the new file to ti/omap.yaml Changes in V4: - fix order - re-add dra7 to .txt to have it sorted out later Changes in V3: - update MAINTAINERS - remove converted stuff from .txt Changes in V2: - renamed file - fixed gta04 - added Openpandora, Epson Moverio BT-200 - drop example - remove descriptions if just reformatting the name Andreas Kemnade (1): MAINTAINERS: add board bindings list to OMAP2+ files Andrew Davis (1): dt-bindings: omap: Convert omap.txt to yaml .../devicetree/bindings/arm/omap/omap.txt | 152 ------------------ .../devicetree/bindings/arm/ti/omap.yaml | 147 +++++++++++++++++ MAINTAINERS | 1 + 3 files changed, 148 insertions(+), 152 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/ti/omap.yaml