From patchwork Tue Jun 28 17:41:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12898608 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 D194BC43334 for ; Tue, 28 Jun 2022 17:42:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BDA5111AF06; Tue, 28 Jun 2022 17:42:18 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) by gabe.freedesktop.org (Postfix) with ESMTPS id 77B2511AEF8 for ; Tue, 28 Jun 2022 17:42:17 +0000 (UTC) Received: from tr.lan (ip-86-49-12-201.bb.vodafone.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 12E4C83EF2; Tue, 28 Jun 2022 19:42:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656438135; bh=GdzzuhTccWlOIPXTBTWrvqZ4GspFVJW/iDo8X/X0mjE=; h=From:To:Cc:Subject:Date:From; b=vfLkC6mExi9ng9YTHk87LHweD2AWBICSZIKJ+NHonqC8jtpq+yWCoIQ2ELtSWY1QV IDb6BsBG+GkLmy6y9Rs7mdCpoUBVP/WqrMeVVrBFcoY04JgRwR5CGASECTbGXW5HMv waQ0UhtldioHvAeHIgD20JzKHnTPo6usjuaYTMuHVSwGmyXE6qMw+2VQeEm9qvwUOj MpM6rDxbdXvHhDxpc4EV01pfIpZxXfLqaKW29wcGeVg7/R+WXA6pg1fvjX6gk9x6Tr KtjHlz86ZAKH/Mc1GR3DVqV1BueyQ3E4HNvCEmdNe1DzfTrVzYwfdfrV7B65oBBib8 fbbIL4V5wEznA== From: Marek Vasut To: dri-devel@lists.freedesktop.org Subject: [PATCH v7 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP Date: Tue, 28 Jun 2022 19:41:51 +0200 Message-Id: <20220628174152.167284-1-marex@denx.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.103.6 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 Reviewed-by: Lucas Stach --- V2: No change V3: No change V4: No change V5: Add AB from Rob V6: No change V7: No change --- 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