From patchwork Fri Jan 15 22:23:01 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 12024235 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15345C433DB for ; Fri, 15 Jan 2021 22:24:44 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C59E821D7A for ; Fri, 15 Jan 2021 22:24:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C59E821D7A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject: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=fnUDKxK5DftemWxm3cxt31EMRIG+9KPD/uTfDoicVLI=; b=GR56vdt9XSYtTgjVRDGm4izWUp rLBYLm8Nm4yrZFTekggnfkdg39uQgedZ7xVgEfjm+PVDCdafjPWnUnu57kBezWQD/jaCTxnR3bk6g leawEgJhJfuo27TgKH50uO29x99RNdVbFQ37LhEV5059OaP3w8rQjupk5h1V3ryr5vu5NrnlqiYkU 1XNgm+xKB2ziDKZ/VJsj9m8Y14VOyEjPW7aqject8soKpL2Bd2iuS2K2/imZlohJnReNCx2NDjHjI vHbkVIrhk65ziTEg09oKo3iTIhIgbvQ2zSdO3xYCnmuP3sCYUf+px/ZPOD9pkxXBbqeVSU+oiWU9f 3e+jX7/A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0XVB-00081B-Vk; Fri, 15 Jan 2021 22:23:30 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l0XV8-000807-T2 for linux-arm-kernel@lists.infradead.org; Fri, 15 Jan 2021 22:23:27 +0000 Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8D50258B; Fri, 15 Jan 2021 23:23:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1610749405; bh=B2mz6MMvaGp8Xos5MQEnbg4TxqpDEXLEWFqhOdeS5Uk=; h=From:To:Cc:Subject:Date:From; b=iifkKyK33Kr0Gky6TVO+xmyrJ90knbZT8Davai2qsnXAO2BnNsMzdzQVndLfQJule QtpeOvZqYHRdeUDuHIkKqTJnRuiM2W/UPI2Z7EIJO4OzNMrVRUz/D1G0fIVBjseVWJ MfKzQuPOI3SIXFMe3k2rNLrMKM1/02vGXYaXIH74= From: Laurent Pinchart To: dri-devel@lists.freedesktop.org Subject: [PATCH v3 0/3] dt-bindings: display: Convert mxsfb DT bindings to YAML Date: Sat, 16 Jan 2021 00:23:01 +0200 Message-Id: <20210115222304.5427-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210115_172327_069270_00BF6E92 X-CRM114-Status: GOOD ( 11.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , devicetree@vger.kernel.org, Martin Kepplinger , Stefan Agner , Rob Herring , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello, This patch series has previously been posted as part of "[PATCH v2 0/7] drm: mxsfb: Allow overriding bus width". I've split the DT bindings conversion to a separate series as I believe they're ready, and Martin has a patch that he would like to submit to the bindings. All the patches have been acked, and changes to v2 are minor. Rob, could you take this through your tree ? Laurent Pinchart (2): dt-bindings: display: mxsfb: Convert binding to YAML dt-bindings: display: mxsfb: Add and fix compatible strings Marek Vasut (1): dt-bindings: display: mxsfb: Add compatible for i.MX8MM .../bindings/display/fsl,lcdif.yaml | 110 ++++++++++++++++++ .../devicetree/bindings/display/mxsfb.txt | 87 -------------- MAINTAINERS | 2 +- 3 files changed, 111 insertions(+), 88 deletions(-) create mode 100644 Documentation/devicetree/bindings/display/fsl,lcdif.yaml delete mode 100644 Documentation/devicetree/bindings/display/mxsfb.txt