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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 E4896C4361B for ; Tue, 8 Dec 2020 10:20:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A33E123A9A for ; Tue, 8 Dec 2020 10:20:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728266AbgLHKUC (ORCPT ); Tue, 8 Dec 2020 05:20:02 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:33878 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728050AbgLHKUB (ORCPT ); Tue, 8 Dec 2020 05:20:01 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 0F5B8FB03; Tue, 8 Dec 2020 11:19:19 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 329PfmN7beNV; Tue, 8 Dec 2020 11:19:18 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 959564068D; Tue, 8 Dec 2020 11:19:17 +0100 (CET) Date: Tue, 8 Dec 2020 11:19:17 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Rob Herring Cc: Daniel Vetter , Linus Walleij , Krzysztof Kozlowski , David Airlie , Arnd Bergmann , Kuninori Morimoto , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Thierry Reding , Geert Uytterhoeven , allen , Mark Brown , devicetree@vger.kernel.org, Ondrej Jirman , Lubomir Rintel , Sam Ravnborg , Rob Herring Subject: Re: [PATCH v2 6/6] dt-binding: display: mantix: Add compatible for panel from YS Message-ID: <20201208101917.GA30738@bogon.m.sigxcpu.org> References: <20201207213206.GA864202@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201207213206.GA864202@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, On Mon, Dec 07, 2020 at 03:32:06PM -0600, Rob Herring wrote: > On Wed, 18 Nov 2020 09:29:53 +0100, Guido Günther wrote: > > This panel from Shenzhen Yashi Changhua Intelligent Technology Co > > uses the same driver IC but a different LCD. > > > > Signed-off-by: Guido Günther > > Reviewed-by: Linus Walleij > > --- > > .../devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring > Thanks! I've appplied the series to drm-misc-next now. Cheers, -- Guido