From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1B29C433F5 for ; Mon, 28 Feb 2022 00:46:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230399AbiB1ArV (ORCPT ); Sun, 27 Feb 2022 19:47:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229662AbiB1ArV (ORCPT ); Sun, 27 Feb 2022 19:47:21 -0500 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B38E73A725 for ; Sun, 27 Feb 2022 16:46:43 -0800 (PST) Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (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 CC234838FD; Mon, 28 Feb 2022 01:46:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1646009201; bh=6ucLCp5bAAtjqokyTODJTnHUYRUAgzR7q0kvgQ5ximw=; h=From:To:Cc:Subject:Date:From; b=VxOI2nWo6RO+XpJNkpXA/8dDuXYFPe8a9CVoW5v29k1JX5894Qjzc8mCZvrEZSUSF 9++rfiltoJoTIlSOtjglQ6pc0ybpoVT+LiSFHwPUNwbS3TNiCwraH2KikvUVGSSsgP QT8ZQqqdZQI4ODKIQ1+UlicrQ3goBrb1HkiUcB15TFUfWmN/lKMY6cBVJF6hu2Mt6J xfxbNSa/yYqQ9p0B7GJHapiNYZyGTGxsvENgPgjoE44J34XnjqaEP76TKwVh+hxV19 C2I3JADEQ9grgUEq5zslAKE6Lal868kAhW+KoKHGBArm//etAyQ61QUkErOMfPByNe dSTllAtl/znpA== From: Marek Vasut To: dri-devel@lists.freedesktop.org Cc: Marek Vasut , Alexander Stein , Laurent Pinchart , Lucas Stach , Peng Fan , Rob Herring , Robby Cai , Sam Ravnborg , Stefan Agner , devicetree@vger.kernel.org Subject: [PATCH 1/9] dt-bindings: mxsfb: Add compatible for i.MX8MP Date: Mon, 28 Feb 2022 01:45:57 +0100 Message-Id: <20220228004605.367040-1-marex@denx.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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. 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 --- 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..9831ab53a053d 100644 --- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml @@ -28,6 +28,7 @@ properties: - fsl,imx7d-lcdif - fsl,imx8mm-lcdif - fsl,imx8mn-lcdif + - fsl,imx8mp-lcdif - fsl,imx8mq-lcdif - const: fsl,imx6sx-lcdif -- 2.34.1 From mboxrd@z Thu Jan 1 00:00:00 1970 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 1AB53C433EF for ; Mon, 28 Feb 2022 00:46:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 97C3C10E225; Mon, 28 Feb 2022 00:46:44 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5922210E21C for ; Mon, 28 Feb 2022 00:46:43 +0000 (UTC) Received: from tr.lan (ip-89-176-112-137.net.upcbroadband.cz [89.176.112.137]) (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 CC234838FD; Mon, 28 Feb 2022 01:46:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1646009201; bh=6ucLCp5bAAtjqokyTODJTnHUYRUAgzR7q0kvgQ5ximw=; h=From:To:Cc:Subject:Date:From; b=VxOI2nWo6RO+XpJNkpXA/8dDuXYFPe8a9CVoW5v29k1JX5894Qjzc8mCZvrEZSUSF 9++rfiltoJoTIlSOtjglQ6pc0ybpoVT+LiSFHwPUNwbS3TNiCwraH2KikvUVGSSsgP QT8ZQqqdZQI4ODKIQ1+UlicrQ3goBrb1HkiUcB15TFUfWmN/lKMY6cBVJF6hu2Mt6J xfxbNSa/yYqQ9p0B7GJHapiNYZyGTGxsvENgPgjoE44J34XnjqaEP76TKwVh+hxV19 C2I3JADEQ9grgUEq5zslAKE6Lal868kAhW+KoKHGBArm//etAyQ61QUkErOMfPByNe dSTllAtl/znpA== From: Marek Vasut To: dri-devel@lists.freedesktop.org Subject: [PATCH 1/9] dt-bindings: mxsfb: Add compatible for i.MX8MP Date: Mon, 28 Feb 2022 01:45:57 +0100 Message-Id: <20220228004605.367040-1-marex@denx.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 , devicetree@vger.kernel.org, Peng Fan , Alexander Stein , 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. 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 --- 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..9831ab53a053d 100644 --- a/Documentation/devicetree/bindings/display/fsl,lcdif.yaml +++ b/Documentation/devicetree/bindings/display/fsl,lcdif.yaml @@ -28,6 +28,7 @@ properties: - fsl,imx7d-lcdif - fsl,imx8mm-lcdif - fsl,imx8mn-lcdif + - fsl,imx8mp-lcdif - fsl,imx8mq-lcdif - const: fsl,imx6sx-lcdif -- 2.34.1