From patchwork Fri Jun 24 18:02:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 12894976 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 0EECAC433EF for ; Fri, 24 Jun 2022 18:02:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1BE6510E152; Fri, 24 Jun 2022 18:02:20 +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 1026810E152 for ; Fri, 24 Jun 2022 18:02:19 +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 BB74F84392; Fri, 24 Jun 2022 20:02:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1656093737; bh=a0SH7CdRY8dR6Oq44gTp/XXWFp7PBdy3nFPdMbb5raU=; h=From:To:Cc:Subject:Date:From; b=jRXoi4b7et3SJ95Mu37JW3SEOJqkCH99G8k+ofYWG/eL1DJQzajBt/lqocwK/cT+q vflYXZxM8utj3OvZXJMRiTYXNtA+MBqNAwNTmC+vfZR11DJrW+oJpv6+4BjSGRR+zA w94jkz++AyQP9GjrzmOVl39IU+br8o8HRdU4VsnNwXhMpjGrsCN54hXc+bA8tok9FY jyE5vjCurG4YfNzQ9+udQ7Z6zXBVaQjKWACEih07cjsoPkbN138QPBoXtrv2ImTGcp 0u1e/b1rKt7GpeN+NuyUuGmm7vGxf/PM7dO+OpMcXXd77q7Ws+MLNvVrByRCes/nEy MGzsBFf7yckGA== From: Marek Vasut To: dri-devel@lists.freedesktop.org Subject: [PATCH v6 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP Date: Fri, 24 Jun 2022 20:02:00 +0200 Message-Id: <20220624180201.150417-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 --- V2: No change V3: No change V4: No change V5: Add AB from Rob V6: 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