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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D05BC3279D for ; Tue, 6 Oct 2020 21:15:13 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id BC23220897 for ; Tue, 6 Oct 2020 21:15:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC23220897 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C0E176E10F; Tue, 6 Oct 2020 21:15:11 +0000 (UTC) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4EC176E10F for ; Tue, 6 Oct 2020 21:15:10 +0000 (UTC) Received: by mail-ot1-f67.google.com with SMTP id m11so146221otk.13 for ; Tue, 06 Oct 2020 14:15:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=HGYIv2AU6G8hcb11jN8PweilRadJB+OxU+0ieq8K4l0=; b=ZDpEF47HTbUTfDAdzNoTnQzytfGdYh/Xhd+b+k8mJsGX1+g2s2J9Qu2B3tH75VKZPb UhhjOa+UG46EzceEx54YsRKXkYmOsTGhHLxwFyFunWyNlKLQxRfqAWGtUKKkNdaoJHKA xMZCwl+R7krFfVmTw1WxgtUoNkDlX3nce+aiwEdFN+VS300d0w2yuJ0QIT6ErmRQEdVi kthiq+jlaQQCUYDmJZMbPztLaOV8eXreqapC4t3RSdTHxx71oWKqXztAXeF0mHIpL+de l4EafYVyuF/hewoW/SqPy+GJKH7DcfP4OeOxrlAvqohCf4fYxzo1OGoygtjVz5V6oWyV uQ+Q== X-Gm-Message-State: AOAM530qUKK+G3UYFaucZss11KGAP4ORusp08S/L5Qd3Sz/GatsX9mGd 5GlQsNLl5hoNqEPAnlAAE3ZxTyjSBlwz X-Google-Smtp-Source: ABdhPJxiseZ6WSJ4JafEr4Vo25mS58EcA9DAaXYFrrpEWQMaKwJycEjRJ/62oyy5082H+w5nm6ie9g== X-Received: by 2002:a05:6830:1091:: with SMTP id y17mr4331385oto.160.1602018909540; Tue, 06 Oct 2020 14:15:09 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id r1sm1708993otc.2.2020.10.06.14.15.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Oct 2020 14:15:09 -0700 (PDT) Received: (nullmailer pid 2854702 invoked by uid 1000); Tue, 06 Oct 2020 21:15:08 -0000 Date: Tue, 6 Oct 2020 16:15:08 -0500 From: Rob Herring To: Marek Vasut Subject: Re: [PATCH] dt-bindings: mxsfb: Add compatible for i.MX8MM Message-ID: <20201006211508.GA2853753@bogus> References: <20201003224801.164112-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201003224801.164112-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, Guido =?iso-8859-1?Q?G=FCnther?= , dri-devel@lists.freedesktop.org, Rob Herring , NXP Linux Team , Shawn Guo Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 04 Oct 2020 00:48:01 +0200, Marek Vasut wrote: > NXP's i.MX8MM has an LCDIF as well. > = > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Guido G=FCnther > Cc: Lucas Stach > Cc: NXP Linux Team > Cc: Rob Herring > Cc: Shawn Guo > --- > Documentation/devicetree/bindings/display/mxsfb.txt | 1 + > 1 file changed, 1 insertion(+) > = Acked-by: Rob Herring Though Laurent posted converting this to schema... _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel