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: 363951 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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, 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 397E4C433DB for ; Fri, 15 Jan 2021 22:24:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0850D239D1 for ; Fri, 15 Jan 2021 22:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726556AbhAOWYH (ORCPT ); Fri, 15 Jan 2021 17:24:07 -0500 Received: from perceval.ideasonboard.com ([213.167.242.64]:51810 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726352AbhAOWYH (ORCPT ); Fri, 15 Jan 2021 17:24:07 -0500 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 Cc: devicetree@vger.kernel.org, Rob Herring , Marek Vasut , Stefan Agner , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org, Martin Kepplinger 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 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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