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: 10573491 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 92CB3112E for ; Thu, 23 Aug 2018 07:34:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7B4F92B69B for ; Thu, 23 Aug 2018 07:34:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6F79F2B7BA; Thu, 23 Aug 2018 07:34:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CF9642B809 for ; Thu, 23 Aug 2018 07:34:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 466106E4BC; Thu, 23 Aug 2018 07:34:30 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org X-Greylist: delayed 342 seconds by postgrey-1.36 at gabe; Wed, 22 Aug 2018 13:50:34 UTC Received: from mail3.emtrion.de (mail3.emtrion.de [80.150.99.69]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2F82189D5B for ; Wed, 22 Aug 2018 13:50:34 +0000 (UTC) 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 X-Mailman-Approved-At: Thu, 23 Aug 2018 07:34:29 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP 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 | +-----------------+---------------------+-------------------------------------+