From patchwork Mon Jun 13 21:31:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12880233 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8C0C8C43334 for ; Mon, 13 Jun 2022 21:31:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B44DD10FB3D; Mon, 13 Jun 2022 21:31:42 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by gabe.freedesktop.org (Postfix) with ESMTPS id B008010FB3D for ; Mon, 13 Jun 2022 21:31:41 +0000 (UTC) Received: from tr.lan (ip-86-49-12-201.net.upcbroadband.cz [86.49.12.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 01ABE842F1; Mon, 13 Jun 2022 23:31:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1655155899; bh=lBqmzYmRPGXuthT5PbDv+cRBI6+Soivrai9vA/697xw=; h=From:To:Cc:Subject:Date:From; b=DRHMxXdxpjTh+gCUivRrNKKw2HBQNOisoCfTeRDITLjGuh9gt+WIY0RcDvqZ+e2cU Su2Hx2CYYCYoyIfn86MvwxvRozlV2ykrElUVn9ZcfUjWxzXvp7oZ6PC0d5gsH37vUA OQUSPPleMyomowQhuc87wlmlyRFtBvvFvAobdQpNgnMpa71vCou6vxEABkzT4/L5OX KlCeVEYsK8wTaw+gM5AIMgtUj0ibeBrON9pJlV+fVnYfw6nSL9nQFEuuLNnWT1HODu 2orQcAcV7hL+oCVfraQ8jR81WG3QJ8tW2XN6DjmSeOEBDcnM31PcqhmMfF8KvVu8PZ LOA/eAE+Ga3/Q== From: Marek Vasut To: dri-devel@lists.freedesktop.org Subject: [PATCH v5 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP Date: Mon, 13 Jun 2022 23:31:23 +0200 Message-Id: <20220613213124.617021-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean 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 , Peng Fan , devicetree@vger.kernel.org, Alexander Stein , robert.foss@linaro.org, Rob Herring , Laurent Pinchart , Robby Cai , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add compatible string for i.MX8MP LCDIF variant. This is called LCDIFv3 and is completely different from the LCDIFv3 found in i.MX23 in that it has a completely scrambled register layout compared to all previous LCDIF variants. The new LCDIFv3 also supports 36bit address space. However, except for the complete bit reshuffling, this is still LCDIF and it still works like one. Acked-by: Rob Herring Signed-off-by: Marek Vasut Cc: Alexander Stein Cc: Laurent Pinchart Cc: Lucas Stach Cc: Peng Fan Cc: Rob Herring Cc: Robby Cai Cc: Sam Ravnborg Cc: Stefan Agner Cc: devicetree@vger.kernel.org --- V2: No change V3: No change V4: No change V5: Add AB from Rob --- Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml index 900a56cae80e6..876015a44a1e6 100644 --- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml @@ -20,6 +20,7 @@ properties: - fsl,imx23-lcdif - fsl,imx28-lcdif - fsl,imx6sx-lcdif + - fsl,imx8mp-lcdif - items: - enum: - fsl,imx6sl-lcdif