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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 4DE21C1B08C for ; Wed, 14 Jul 2021 20:30:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E948613BF for ; Wed, 14 Jul 2021 20:30:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234405AbhGNUdX (ORCPT ); Wed, 14 Jul 2021 16:33:23 -0400 Received: from mail-il1-f182.google.com ([209.85.166.182]:42997 "EHLO mail-il1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234160AbhGNUdW (ORCPT ); Wed, 14 Jul 2021 16:33:22 -0400 Received: by mail-il1-f182.google.com with SMTP id h3so2862756ilc.9; Wed, 14 Jul 2021 13:30:30 -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=yeqH3519s9TR7u8H68VDtMcnBoL+fYSZSk2mtTvRFuU=; b=YqrKTZKIJWPGdf4UJqQo9+mUkQ0exFSpFT5lzlPTh0YvDaAMrmDvl14l0eiFGsFehB +Pf7JRLekoPIWFIlHmAwdc95ekMGiLYXTt96bKZsitLkcphDhmMkpIQu+7HHnZgW4uVE sz3UtIZ3XotsblcyFm1bpGNU/y5SO8fokQuO648EHfvNH6Hd7eVNyRWeWKWHk+6cVJ6o ZsO5L3fprlz55ZMZTK1PuwsrTVt7dtOLOLdVEHayS9+jeitH2J4KTRxglEXF6LZPcoFp xQO4sCl05ppNq3ONIFJyfhFFf4fzQfoAj2TpAY/epsCnf/3sgi4G6BhRIqfzyE1bBXEB fKkw== X-Gm-Message-State: AOAM530Xv2YQsfNIzr2InWkvANL4opQI28pTTWG+PrgyXuSfAOHgYEqv WtoviWf/dekR0vXfaop9lA== X-Google-Smtp-Source: ABdhPJytuNpDn/33kY2kMBoOHeFD1ZZbC1vgPUMTXoRZDQ11PyuZ3uK32kK5pVfUKHhpW1D05/SOZQ== X-Received: by 2002:a05:6e02:1a28:: with SMTP id g8mr1031391ile.128.1626294629908; Wed, 14 Jul 2021 13:30:29 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id m1sm1883001iok.33.2021.07.14.13.30.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Jul 2021 13:30:29 -0700 (PDT) Received: (nullmailer pid 3466710 invoked by uid 1000); Wed, 14 Jul 2021 20:30:27 -0000 Date: Wed, 14 Jul 2021 14:30:27 -0600 From: Rob Herring To: Paul Cercueil Cc: linux-kernel@vger.kernel.org, Thierry Reding , Sam Ravnborg , dri-devel@lists.freedesktop.org, Rob Herring , Christophe Branchereau , list@opendingux.net, devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: display/panel: Add Innolux EJ030NA Message-ID: <20210714203027.GA3466681@robh.at.kernel.org> References: <20210625121045.81711-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210625121045.81711-1-paul@crapouillou.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 Jun 2021 13:10:44 +0100, Paul Cercueil wrote: > Add binding for the Innolux EJ030NA panel, which is a 320x480 3.0" 4:3 > 24-bit TFT LCD panel with non-square pixels and a delta-RGB 8-bit > interface. > > Signed-off-by: Paul Cercueil > --- > .../display/panel/innolux,ej030na.yaml | 62 +++++++++++++++++++ > 1 file changed, 62 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,ej030na.yaml > Reviewed-by: Rob Herring