From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750974AbeEaEAc (ORCPT ); Thu, 31 May 2018 00:00:32 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:35079 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbeEaEAa (ORCPT ); Thu, 31 May 2018 00:00:30 -0400 X-Google-Smtp-Source: ADUXVKLeSv4naMicya1inxaDbiSf3bZfud15Wze5CE8+h0FHYqUdIhnoYU5js9iFyQgszIIBISS5TQ== Date: Wed, 30 May 2018 23:00:27 -0500 From: Rob Herring To: Maciej Purski Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, David Airlie , Mark Rutland , Thierry Reding , Kukjin Kim , Krzysztof Kozlowski , Archit Taneja , Andrzej Hajda , Laurent Pinchart , Inki Dae , Joonyoung Shim , Seung-Woo Kim , Kyungmin Park , Marek Szyprowski , Bartlomiej Zolnierkiewicz Subject: Re: [PATCH v2 05/10] panel/hv070wsa-100: add DT bindings Message-ID: <20180531040027.GA20068@rob-hp-laptop> References: <1527682561-1386-1-git-send-email-m.purski@samsung.com> <1527682561-1386-6-git-send-email-m.purski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1527682561-1386-6-git-send-email-m.purski@samsung.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 30, 2018 at 02:15:56PM +0200, Maciej Purski wrote: > From: Andrzej Hajda "dt-bindings: display: ..." is preferred subject prefix. > > The patch adds bindings to BOE HV070-WSA WSVGA panel. > Bindings are compatible with simple panel bindings. > > Signed-off-by: Andrzej Hajda > Signed-off-by: Maciej Purski > --- > .../devicetree/bindings/display/panel/boe,hv070wsa-100.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/boe,hv070wsa-100.txt > > diff --git a/Documentation/devicetree/bindings/display/panel/boe,hv070wsa-100.txt b/Documentation/devicetree/bindings/display/panel/boe,hv070wsa-100.txt > new file mode 100644 > index 0000000..bfc20ac > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/boe,hv070wsa-100.txt > @@ -0,0 +1,7 @@ > +BOE HV070WSA-100 7.01" WSVGA TFT LCD panel > + > +Required properties: > +- compatible: should be "boe,hv070wsa-100" > + > +This binding is compatible with the simple-panel binding, which is specified > +in simple-panel.txt in this directory. You have to state exactly which properties apply. Does this panel have a backlight? 1 supply, 2 supplies, no supplies? Rob