Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754760AbdLUW76 (ORCPT ); Thu, 21 Dec 2017 17:59:58 -0500 Received: from mail-ot0-f193.google.com ([74.125.82.193]:38017 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752148AbdLUW7z (ORCPT ); Thu, 21 Dec 2017 17:59:55 -0500 X-Google-Smtp-Source: ACJfBosWRjLveAiHYe4fnNJWzRaZ2XaAyuMrUOD/Ft/xtvdf39bbnKNZ6h/aFsiOClx8WLF9X/e0Vw== Date: Thu, 21 Dec 2017 16:59:51 -0600 From: Rob Herring To: jan.tuerk@emtrion.com 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 , SZ Lin , Greg Kroah-Hartman , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6 Message-ID: <20171221225951.npop3wxuouy6qxse@rob-hp-laptop> References: <20171123125600.41562-1-jan.tuerk@emtrion.com> <20171220134710.64479-1-jan.tuerk@emtrion.com> <20171220134710.64479-2-jan.tuerk@emtrion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171220134710.64479-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 Content-Length: 775 Lines: 17 On Wed, Dec 20, 2017 at 02:47:01PM +0100, jan.tuerk@emtrion.com wrote: > From: Jan Tuerk > > 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. As I asked on v1, why not document the panels together in a single doc? > > 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