From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v3] drm/panel: Add support for EDT ETM0700G0DH6 and ET070080DH6 panels Date: Thu, 15 May 2014 09:54:07 -0600 Message-ID: <5374E31F.80504@wwwdotorg.org> References: <1400149547-1541-1-git-send-email-p.zabel@pengutronix.de> <20140515105427.GK6434@ulmo> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140515105427.GK6434@ulmo> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Thierry Reding , Philipp Zabel Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Thierry Reding , kernel@pengutronix.de, Stefan Agner List-Id: devicetree@vger.kernel.org On 05/15/2014 04:54 AM, Thierry Reding wrote: > On Thu, May 15, 2014 at 12:25:47PM +0200, Philipp Zabel wrote: >> The EDT ETM0700G0DH6 and ET070080DH6 are 7" 800x480 panels, >> which can be supported by the simple panel driver. >> >> Signed-off-by: Philipp Zabel >> --- >> Changes since v2: >> - Added device tree binding documentation. Do we really want to add one little >> file for each panel? > > I guess we could move all of the compatible values into simple-panel.txt > but I don't see a need for that yet. If they aren't added there, then I believe checkpatch will complain about patches that start to use the new compatible values, since they won't be documented.