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: 12024243 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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 ABC94C433DB for ; Fri, 15 Jan 2021 22:23:29 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 54F43239D1 for ; Fri, 15 Jan 2021 22:23:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54F43239D1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 550846E4AA; Fri, 15 Jan 2021 22:23:28 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1E8986E4A5 for ; Fri, 15 Jan 2021 22:23:26 +0000 (UTC) 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-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , devicetree@vger.kernel.org, Martin Kepplinger , Rob Herring , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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