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 245BCC433EF for ; Wed, 1 Jun 2022 21:07:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231187AbiFAVH2 (ORCPT ); Wed, 1 Jun 2022 17:07:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47514 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231267AbiFAVHY (ORCPT ); Wed, 1 Jun 2022 17:07:24 -0400 Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4AE736BFFF for ; Wed, 1 Jun 2022 14:07:23 -0700 (PDT) Received: by mail-oi1-f177.google.com with SMTP id r65so4219521oia.9 for ; Wed, 01 Jun 2022 14:07:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EgAWTkUmqGAnkiE2aLxnJMzWI8jM/VYbLhJYY+UzZ80=; b=fjIsdwcCEAPfqrG7o0DCnGxm0G2cBneM97yU6lnNAxjD8emR68JmpCM5cy7OrhYRYi xopfNz3oisH3D4ue1CC/pqq1BJB4GNAYEOJeCFbEWVEU8rbEqS6Tr88+cY+8iKC/xmBb VS2OQuMA8wYtmMIgur9jt/5iijQOULLRBd90DsmbqUTfGX9x0T4XMw6FKIX5CeAByV32 PF8hGaiBUdIBYp1/0SNZiYTs3/oEWblqLvonZl62a8nhz3kljAXnLCJftVofPbnAzV8O knISv3Y3sdko0srmaPYrCrxqeJfMXyNxXAZNzY7mpcdTYOPbqBUWaelIti0E0igU7BW3 61bA== X-Gm-Message-State: AOAM531lqzyjkNs+ksIiuTk2pATPgTsT+MgHyJhryvX2eUGxqTX7sB4n KM+48FSYS/Y/Q9W8tn++eA== X-Google-Smtp-Source: ABdhPJy9a/TpoRFRLjro4OOH95o5CU7UkJeH8c+s7epUnV5gpT30Wh3CCrHSPrZmipZHjFqJazrHrg== X-Received: by 2002:a05:6808:2129:b0:32b:f7fa:be51 with SMTP id r41-20020a056808212900b0032bf7fabe51mr830004oiw.42.1654117640238; Wed, 01 Jun 2022 14:07:20 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id kw38-20020a056870ac2600b000f32c6b6871sm1224550oab.10.2022.06.01.14.07.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Jun 2022 14:07:19 -0700 (PDT) Received: (nullmailer pid 453614 invoked by uid 1000); Wed, 01 Jun 2022 21:07:19 -0000 Date: Wed, 1 Jun 2022 16:07:19 -0500 From: Rob Herring To: Marek Vasut Cc: Sam Ravnborg , Alexander Stein , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, robert.foss@linaro.org, Robby Cai , Rob Herring , Peng Fan , Stefan Agner , martyn.welch@collabora.com, Laurent Pinchart , Lucas Stach Subject: Re: [PATCH v4 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP Message-ID: <20220601210719.GA453556-robh@kernel.org> References: <20220519114849.69918-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220519114849.69918-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 19 May 2022 13:48:48 +0200, Marek Vasut wrote: > 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 > --- > V2: No change > V3: No change > V4: No change > --- > Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring 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 D56A8C433EF for ; Wed, 1 Jun 2022 21:07:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2FCC510FBE3; Wed, 1 Jun 2022 21:07:24 +0000 (UTC) Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5FF1210FBE3 for ; Wed, 1 Jun 2022 21:07:22 +0000 (UTC) Received: by mail-oi1-f171.google.com with SMTP id m82so4201181oif.13 for ; Wed, 01 Jun 2022 14:07:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EgAWTkUmqGAnkiE2aLxnJMzWI8jM/VYbLhJYY+UzZ80=; b=18QdwopLtBNVaQNzS+QkM+Ih/sUp1GnfL8Zk7VecGm24QB5HvuoAxoFTb93BQRPwYw y1Xia26Fdm2TobjY9MMZ8wFp7do2XZsugRrjNIj/ngoU50N2HmBucPZoubavzb4VF4SV cFH9PmY/S1bBqJ4vEcX9FtmDtGoQ7Zcakg1cTzVvulXkmZp0Ltmogo3NCQLxvBD/rLx2 qgUL5rMBZrrmnXmXl/BQUOSsYt/J0268m7aw1qW/qXG55rZjtaQD83QzoShgqAp0hY7U /0O4B0xX1lDLLfBDmT9lk8+miJ7kJJO9GKGkgxosX7HXIahqoDgPEjykYdyUjXhLG6h7 L56w== X-Gm-Message-State: AOAM533LmgFNVThd58R1l+iNHdRGKPuETIOjLjMtqRa9ig2UYfVWDm8v 9bxJLiaY5rFPrSehiMPPtw== X-Google-Smtp-Source: ABdhPJy9a/TpoRFRLjro4OOH95o5CU7UkJeH8c+s7epUnV5gpT30Wh3CCrHSPrZmipZHjFqJazrHrg== X-Received: by 2002:a05:6808:2129:b0:32b:f7fa:be51 with SMTP id r41-20020a056808212900b0032bf7fabe51mr830004oiw.42.1654117640238; Wed, 01 Jun 2022 14:07:20 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id kw38-20020a056870ac2600b000f32c6b6871sm1224550oab.10.2022.06.01.14.07.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 01 Jun 2022 14:07:19 -0700 (PDT) Received: (nullmailer pid 453614 invoked by uid 1000); Wed, 01 Jun 2022 21:07:19 -0000 Date: Wed, 1 Jun 2022 16:07:19 -0500 From: Rob Herring To: Marek Vasut Subject: Re: [PATCH v4 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP Message-ID: <20220601210719.GA453556-robh@kernel.org> References: <20220519114849.69918-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220519114849.69918-1-marex@denx.de> 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: devicetree@vger.kernel.org, Peng Fan , Laurent Pinchart , martyn.welch@collabora.com, Alexander Stein , robert.foss@linaro.org, Rob Herring , dri-devel@lists.freedesktop.org, Sam Ravnborg , Robby Cai Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 19 May 2022 13:48:48 +0200, Marek Vasut wrote: > 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 > --- > V2: No change > V3: No change > V4: No change > --- > Documentation/devicetree/bindings/display/fsl,lcdif.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring