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 A3F71C07E9D for ; Sat, 24 Sep 2022 17:07:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbiIXRHt (ORCPT ); Sat, 24 Sep 2022 13:07:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229683AbiIXRHs (ORCPT ); Sat, 24 Sep 2022 13:07:48 -0400 Received: from mail-oo1-f50.google.com (mail-oo1-f50.google.com [209.85.161.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 159ED12D05 for ; Sat, 24 Sep 2022 10:07:46 -0700 (PDT) Received: by mail-oo1-f50.google.com with SMTP id c22-20020a4a4f16000000b00474a44441c8so506563oob.7 for ; Sat, 24 Sep 2022 10:07:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=+aVWlf6unPZIMip47jgs/Fu16FdIOtjElNTUIzQmT8E=; b=7H+4LbMGKK5Yi6F2jnRAINrIYkzyCSqpbk3GrkCJblYu75uj9W6gVpBMBcvEV746Gl LcS61S5lEHv8ZsSuFjUsmmb5w2vyUN+axUKSSu5eyjeBwJljQmuxEsEw/bEGQe/ufEJ+ K0VP2ZnilTbDgv5ig9yj95epLDDmwwHxfjoLmp0FW1h4jBcU4SLEcoTURj+8YTp6xpz/ eWGG6NPFtl/u5XhF/znjzV7kkza4tiu8WP9gy0r+AUjzw+mdQo2AUhDSHK+QarkbCoJh tEQgK6ccvlaamsILS+uBHr79LqsmUpF8O6Ld/Q/Y7v08p3uBm6AXWoBSUODO5tzl/QCY pHXg== X-Gm-Message-State: ACrzQf10XM6MzgYKjKDJ7Z5c1qoNkN0zxWfOgAwWcq6h5hExX1JuH2PD rwaGLFe2iTTYstOr+GkIEVnESfr3B7BE X-Google-Smtp-Source: AMsMyM6KWD4IthwY8oAOVKWKUXbxXXc2IO72af+iBQ+GgkE9q6WVvIcTRB0WqPmfyzvnIp6HBIUaIA== X-Received: by 2002:a4a:928e:0:b0:476:6c03:f0c5 with SMTP id i14-20020a4a928e000000b004766c03f0c5mr123173ooh.78.1664039265186; Sat, 24 Sep 2022 10:07:45 -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 m32-20020a05687005a000b001226d2100f2sm6681709oap.33.2022.09.24.10.07.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 10:07:44 -0700 (PDT) Received: (nullmailer pid 968363 invoked by uid 1000); Sat, 24 Sep 2022 17:07:44 -0000 Date: Sat, 24 Sep 2022 12:07:44 -0500 From: Rob Herring To: Chris Morgan Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, daniel@ffwll.ch, airlied@linux.ie, sam@ravnborg.org, thierry.reding@gmail.com, Chris Morgan Subject: Re: [PATCH V2 2/3] dt-bindings: display: panel: Add NewVision NV3051D bindings Message-ID: <20220924170744.GA961091-robh@kernel.org> References: <20220920145905.20595-1-macroalpha82@gmail.com> <20220920145905.20595-3-macroalpha82@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220920145905.20595-3-macroalpha82@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Sep 20, 2022 at 09:59:04AM -0500, Chris Morgan wrote: > From: Chris Morgan > > Add documentation for the NewVision NV3051D panel bindings. > Note that for the two expected consumers of this panel binding > the underlying LCD model is unknown. Name "anbernic,rg353p-panel" > is used because the hardware itself is known as "anbernic,rg353p". > > Signed-off-by: Chris Morgan > --- > .../display/panel/newvision,nv3051d.yaml | 55 +++++++++++++++++++ > 1 file changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml > > diff --git a/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml > new file mode 100644 > index 000000000000..d90bca4171c2 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml > @@ -0,0 +1,55 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/newvision,nv3051d.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: NewVision NV3051D based LCD panel > + > +description: | > + The NewVision NV3051D is a driver chip used to drive DSI panels. For now, > + this driver only supports the 640x480 panels found in the Anbernic RG353 > + based devices. > + > +maintainers: > + - Chris Morgan > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + items: > + - enum: > + - anbernic,rg353p-panel > + - anbernic,rg353v-panel Is 'panel' redundant? IOW, could 'rg353v' identify something else other than the panel? Rob 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 82740C32771 for ; Sat, 24 Sep 2022 17:07:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AE64510E00D; Sat, 24 Sep 2022 17:07:50 +0000 (UTC) Received: from mail-oo1-f46.google.com (mail-oo1-f46.google.com [209.85.161.46]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2264E10E00D for ; Sat, 24 Sep 2022 17:07:46 +0000 (UTC) Received: by mail-oo1-f46.google.com with SMTP id h1-20020a4aa741000000b004756c611188so505319oom.4 for ; Sat, 24 Sep 2022 10:07:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=+aVWlf6unPZIMip47jgs/Fu16FdIOtjElNTUIzQmT8E=; b=EVFL9GRF87cH/jaSD/3zVBUAgsx+h25krOmRAiJAaVRgXzgPzRDJ7DyUE3r76NEkwm fm0W/Nv+U0zc+lUQKtZaAwKWxeQgLbyXMIvETIwImLb8dpWapoL+9KzGStQX2FOv6O1R hr8oM/2b3s6600lD1M55tZyEmnbBRmmsJtAIqRVMx1AeiSQzABakQ+c2d+LcMtdrBT0Q C8eS0HQZDIuDHMg7ndNXvcFxp0YTseD2QxgwVXgKkCqRJ8UnI3GP7hpvlKGwZmca1w1P 2gYn21NtejlociLdrtKf/7zZziCg3RnR6cqG7VviIWpD37OQ6LfZtnDZK4Vn5//tvca9 0YZQ== X-Gm-Message-State: ACrzQf1fSmptR7rx+BnB8O1gYafqBU8QIwBrEbtd+M1Q9zS/Z2x31phn 0ydkzmaORm5bsy7wkFR3iA== X-Google-Smtp-Source: AMsMyM6KWD4IthwY8oAOVKWKUXbxXXc2IO72af+iBQ+GgkE9q6WVvIcTRB0WqPmfyzvnIp6HBIUaIA== X-Received: by 2002:a4a:928e:0:b0:476:6c03:f0c5 with SMTP id i14-20020a4a928e000000b004766c03f0c5mr123173ooh.78.1664039265186; Sat, 24 Sep 2022 10:07:45 -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 m32-20020a05687005a000b001226d2100f2sm6681709oap.33.2022.09.24.10.07.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 10:07:44 -0700 (PDT) Received: (nullmailer pid 968363 invoked by uid 1000); Sat, 24 Sep 2022 17:07:44 -0000 Date: Sat, 24 Sep 2022 12:07:44 -0500 From: Rob Herring To: Chris Morgan Subject: Re: [PATCH V2 2/3] dt-bindings: display: panel: Add NewVision NV3051D bindings Message-ID: <20220924170744.GA961091-robh@kernel.org> References: <20220920145905.20595-1-macroalpha82@gmail.com> <20220920145905.20595-3-macroalpha82@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220920145905.20595-3-macroalpha82@gmail.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, krzysztof.kozlowski+dt@linaro.org, airlied@linux.ie, Chris Morgan , dri-devel@lists.freedesktop.org, thierry.reding@gmail.com, sam@ravnborg.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Sep 20, 2022 at 09:59:04AM -0500, Chris Morgan wrote: > From: Chris Morgan > > Add documentation for the NewVision NV3051D panel bindings. > Note that for the two expected consumers of this panel binding > the underlying LCD model is unknown. Name "anbernic,rg353p-panel" > is used because the hardware itself is known as "anbernic,rg353p". > > Signed-off-by: Chris Morgan > --- > .../display/panel/newvision,nv3051d.yaml | 55 +++++++++++++++++++ > 1 file changed, 55 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml > > diff --git a/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml > new file mode 100644 > index 000000000000..d90bca4171c2 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/newvision,nv3051d.yaml > @@ -0,0 +1,55 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/newvision,nv3051d.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: NewVision NV3051D based LCD panel > + > +description: | > + The NewVision NV3051D is a driver chip used to drive DSI panels. For now, > + this driver only supports the 640x480 panels found in the Anbernic RG353 > + based devices. > + > +maintainers: > + - Chris Morgan > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + items: > + - enum: > + - anbernic,rg353p-panel > + - anbernic,rg353v-panel Is 'panel' redundant? IOW, could 'rg353v' identify something else other than the panel? Rob