From patchwork Wed Aug 22 13:43:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Tuerk X-Patchwork-Id: 960983 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=emtrion.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41wTSQ5jclz9s5c for ; Wed, 22 Aug 2018 23:49:58 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728914AbeHVRO5 (ORCPT ); Wed, 22 Aug 2018 13:14:57 -0400 Received: from mail3.emtrion.de ([80.150.99.69]:48943 "EHLO mail3.emtrion.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728396AbeHVRO5 (ORCPT ); Wed, 22 Aug 2018 13:14:57 -0400 X-Greylist: delayed 328 seconds by postgrey-1.27 at vger.kernel.org; Wed, 22 Aug 2018 13:14:56 EDT Received: from tuelinux-v3.emtrion.local (2003:5a:a012:1:20c:29ff:fecb:7426) by bmk019s01.emtrion.local (2003:5a:a012:1:d9c:d045:28a7:5f84) with Microsoft SMTP Server (TLS) id 8.3.485.1; Wed, 22 Aug 2018 15:44:29 +0200 From: Jan Tuerk To: Thierry Reding , David Airlie , Rob Herring , Mark Rutland , , , Subject: [PATCH] dt-bindings: Fix typo in compatible description. Date: Wed, 22 Aug 2018 15:43:48 +0200 Message-ID: <20180822134348.49165-1-jan.tuerk@emtrion.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-TM-AS-Product-Ver: SMEX-11.0.0.4283-8.100.1062-24046.007 X-TM-AS-Result: No--3.522100-8.000000-31 X-TM-AS-MatchedID: 157008-704410-188019-702311-704568-712124-711139-148004-1 48036-42000-42003-55 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This fixes the error in the compatible documentation for the EDT etm0700[g].. panels which have accidentally documented as etm0700[8]0.. Signed-off-by: Jan Tuerk --- .../devicetree/bindings/display/panel/edt,et-series.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt index f56b99ebd9be..5759d64d0c15 100644 --- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt +++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt @@ -23,13 +23,13 @@ simple-panel.txt +-----------------+---------------------+-------------------------------------+ | Identifier | compatbile | description | +=================+=====================+=====================================+ -| ETM0700G0DH6 | edt,etm070080dh6 | WVGA TFT Display with capacitive | +| ETM0700G0DH6 | edt,etm0700g0dh6 | WVGA TFT Display with capacitive | | | | Touchscreen | +-----------------+---------------------+-------------------------------------+ -| ETM0700G0BDH6 | edt,etm070080bdh6 | Same as ETM0700G0DH6 but with | +| ETM0700G0BDH6 | edt,etm0700g0bdh6 | Same as ETM0700G0DH6 but with | | | | inverted pixel clock. | +-----------------+---------------------+-------------------------------------+ -| ETM0700G0EDH6 | edt,etm070080edh6 | Same display as the ETM0700G0BDH6, | +| ETM0700G0EDH6 | edt,etm0700g0edh6 | Same display as the ETM0700G0BDH6, | | | | but with changed Hardware for the | | | | backlight and the touch interface | +-----------------+---------------------+-------------------------------------+