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=-4.0 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 88DE8C433E0 for ; Wed, 17 Jun 2020 22:41:30 +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 64CE620810 for ; Wed, 17 Jun 2020 22:41:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 64CE620810 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 CCB686E202; Wed, 17 Jun 2020 22:41:29 +0000 (UTC) Received: from mail-il1-f193.google.com (mail-il1-f193.google.com [209.85.166.193]) by gabe.freedesktop.org (Postfix) with ESMTPS id E84FD6E202 for ; Wed, 17 Jun 2020 22:41:28 +0000 (UTC) Received: by mail-il1-f193.google.com with SMTP id t8so3939360ilm.7 for ; Wed, 17 Jun 2020 15:41:28 -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:in-reply-to; bh=ell7jiNP2ad4ewc9/m5zo9VzyaHvMd9lvaN9Obmnl0g=; b=qWalkKmTdtfXo4D20Z3gS0+poGdAjjZH+xsSZxhM7y8i2WR5/KEXuQ+MVRA1DS7XXj 0mqmVviBX3jQCAyn/RiCbNMJKiykvpnWfDJC80TY7mx1PS9Uz2CNp/L8+UPiajU2Zcfm KW7EtV1SzzTv5WgIH+O4yEs7a2v+RwNXlhxtCrYFe0EMqFhIG5fcRm1dZYCIUYujxZ8T q3aSbgWX0W5dMkiLAR0cKjT3pbsK8Qe+QTcRspdRfPsq3kGHyvuYJpHzBqmXejwers1F 8z3mNwu3iq5P/SULaLKiY2BmU4R23qH4JTrSKSdVzhNFg85It9DdzO9QHIHd3gtYdNjt ukMA== X-Gm-Message-State: AOAM533OKLfNGLsa+pbtHcW799fWCNYAjP84iypRe3WrzZiq3hZv+Vip vE1umplhal6ZsDxIJeF3pht9JXgCAg== X-Google-Smtp-Source: ABdhPJw0hCI5p++1/CP8eVsgrsWGIaVi/lbypn4bUR7hGreLuUwIR7E32EZlueXTudx7WsXVWKCeSQ== X-Received: by 2002:a92:1b86:: with SMTP id f6mr1287269ill.9.1592433688369; Wed, 17 Jun 2020 15:41:28 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id k18sm634053ioj.54.2020.06.17.15.41.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jun 2020 15:41:27 -0700 (PDT) Received: (nullmailer pid 2971783 invoked by uid 1000); Wed, 17 Jun 2020 22:41:26 -0000 Date: Wed, 17 Jun 2020 16:41:26 -0600 From: Rob Herring To: Matthias Schiffer Subject: Re: [PATCH RESEND v2 1/4] dt-bindings: display: simple: add CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44 Message-ID: <20200617224126.GA2971729@bogus> References: <20200612072219.13669-1-matthias.schiffer@ew.tq-group.com> <20200612072219.13669-2-matthias.schiffer@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200612072219.13669-2-matthias.schiffer@ew.tq-group.com> 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, David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Thierry Reding , Sam Ravnborg Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, 12 Jun 2020 09:22:16 +0200, Matthias Schiffer wrote: > Add the CDTech Electronics displays S070PWS19HP-FC21 (7.0" WSVGA) and > S070SWV29HG-DC44 (7.0" WVGA) to the panel-simple compatible list. > > Signed-off-by: Matthias Schiffer > --- > > v2: no changes > > .../devicetree/bindings/display/panel/panel-simple.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel