Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932771AbdLRLxt (ORCPT ); Mon, 18 Dec 2017 06:53:49 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:40619 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932740AbdLRLxs (ORCPT ); Mon, 18 Dec 2017 06:53:48 -0500 Message-ID: <1513598023.2890.0.camel@pengutronix.de> Subject: Re: [PATCH] dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000 From: Lucas Stach To: Jonathan =?ISO-8859-1?Q?Neusch=E4fer?= , devicetree@vger.kernel.org Cc: Thierry Reding , David Airlie , Rob Herring , Mark Rutland , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Date: Mon, 18 Dec 2017 12:53:43 +0100 In-Reply-To: <20171217023433.11542-1-j.neuschaefer@gmx.net> References: <20171217023433.11542-1-j.neuschaefer@gmx.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:67c:670:100:fa0f:41ff:fe58:4010 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1317 Lines: 29 Am Sonntag, den 17.12.2017, 03:34 +0100 schrieb Jonathan Neuschäfer: > The compatible string for this panel was specified as > toshiba,lt089ac29000.txt. I believe this is a mistake. > > Fixes: 06e733e41f87 ("drm/panel: simple: add Toshiba LT089AC19000") > > Cc: Lucas Stach > Signed-off-by: Jonathan Neuschäfer Yes, this is an obvious copy-and-paste issue. Acked-by: Lucas Stach > --- >  .../devicetree/bindings/display/panel/toshiba,lt089ac29000.txt          | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt b/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt > index 4c0caaf246c9..89826116628c 100644 > --- a/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt > +++ b/Documentation/devicetree/bindings/display/panel/toshiba,lt089ac29000.txt > @@ -1,7 +1,7 @@ >  Toshiba 8.9" WXGA (1280x768) TFT LCD panel >   >  Required properties: > -- compatible: should be "toshiba,lt089ac29000.txt" > +- compatible: should be "toshiba,lt089ac29000" >  - power-supply: as specified in the base binding >   >  This binding is compatible with the simple-panel binding, which is specified