From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751749AbdKZTKt (ORCPT ); Sun, 26 Nov 2017 14:10:49 -0500 Received: from mail-pl0-f66.google.com ([209.85.160.66]:32849 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbdKZTKr (ORCPT ); Sun, 26 Nov 2017 14:10:47 -0500 X-Google-Smtp-Source: AGs4zMZ+h6hVbJ/AkiIj7iPF6NHQNlX1mu+q/XRnDl2+RnMtgyYR8ZpDO8HQ8IOzp6eNmpwAFqb0Xg== Date: Sun, 26 Nov 2017 13:10:37 -0600 From: Rob Herring To: Jan Tuerk Cc: Mark Rutland , Thierry Reding , David Airlie , Russell King , Shawn Guo , Sascha Hauer , Fabio Estevam , Andreas =?iso-8859-1?Q?F=E4rber?= , Kevin Hilman , Maxime Ripard , Alexandre Belloni , Greg Kroah-Hartman , SZ Lin , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6 Message-ID: <20171126191037.7zhb3c6c5ufmogp5@rob-hp-laptop> References: <20171123125600.41562-1-jan.tuerk@emtrion.com> <20171123125600.41562-2-jan.tuerk@emtrion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171123125600.41562-2-jan.tuerk@emtrion.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 23, 2017 at 01:55:51PM +0100, Jan Tuerk wrote: > The Emerging Display Technology ETM0700G0BDH6 is exactly > the same display as the ETM0700G0DH6, exept the pixelclock > polarity. Therefore re-use the ETM0700G0DH6 modes. It is > used by default on emtrion Avari based development kits. > > Signed-off-by: Jan Tuerk > --- > .../bindings/display/panel/edt,etm0700g0bdh6.txt | 9 +++++++++ > drivers/gpu/drm/panel/panel-simple.c | 15 +++++++++++++++ > 2 files changed, 24 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/edt,etm0700g0bdh6.txt > > diff --git a/Documentation/devicetree/bindings/display/panel/edt,etm0700g0bdh6.txt b/Documentation/devicetree/bindings/display/panel/edt,etm0700g0bdh6.txt > new file mode 100644 > index 000000000000..099e30bfa17f > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/edt,etm0700g0bdh6.txt > @@ -0,0 +1,9 @@ > +Emerging Display Technology Corp. ETM0700G0BDH6 7.0" WVGA TFT LCD panel > + > +Required properties: > + compatible: "edt,etm0700g0bdh6" > + > +This panel is exactly the same as ETM0700G0DH6 except the pixelclock polarity. Perhaps document them together. > + > +This binding is compatible with the simple-panel binding, which is specified > +in simple-panel.txt in this directory.