Received: by 10.192.165.148 with SMTP id m20csp390523imm; Wed, 25 Apr 2018 00:52:20 -0700 (PDT) X-Google-Smtp-Source: AIpwx488kdncLbEXJ9wV6tphA+AWRbwWjp2ptF9KikIaa8VVmCkm96Szza9cybOvJ1ZWHQqWkD2i X-Received: by 2002:a17:902:d205:: with SMTP id t5-v6mr21733212ply.234.1524642740740; Wed, 25 Apr 2018 00:52:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524642740; cv=none; d=google.com; s=arc-20160816; b=D/cYAMpsroXmnYpwqEMwL4YtZKiTOKinOC+bJwKOQs5EcXm0MlRVaRhi313VBM9Z7n byjx6c/sq1VLFJhLlHMF9wp+4hl91WJu2hQMjuMZYGWlP1aCNCqzOs/8aU7eO1b6TV94 no1aGrzgkXon4y2oDiQnEMxakh9IGvoHeoEUQon0VjzXSQ+w1Hu94au1DaletZp13RuC iX6zw/5WARU6e9V3Zzibq/H411h9Ooe4UuHsHRL/KEO9nLI7UhCDcZZWFzmQig2TivXL JkTXcpgieeQBVN1J55nvuJXItjci7BD74kGs9tR8pnsSlDa0CsSDLl0Efhb0MoLuy3i7 lfng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=u8Jj9wfrH92Y3QeIvmqMRUgwguDyWPmzM/GZB7cRfTg=; b=qe00UK1saSytDdA9TajJnITNvtZZ7NTYV+nANagjELjM2TlQCJAk53xdrjMffCMQVc FEbVZv8QUms6/KTaNT5GjXyZkcSWoM2X9a7c2vId0DfGVqegZUeaiU6GGLfJiVZiwi0Q M1UDD7uS7PffPc6p7L5JL292HMs+Eufvqdr7WfA0+FSOFYJS0TUuTKhxNiANWXCnT5Wh dbqrYnlaz1cpCA8avM0zHy4X9JyQZ675OfPNiNLkvkOzlRDaSPv+Hmwq3CE4PTBCRBms uHPjHHPBfuI3teJfppnEGUi/3VWqVboXkQLawOeAUOoqyT8dZydMmy/jJyvq+ZCKbws/ 0rvQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s189si11524266pgc.571.2018.04.25.00.52.06; Wed, 25 Apr 2018 00:52:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbeDYHto (ORCPT + 99 others); Wed, 25 Apr 2018 03:49:44 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:34332 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882AbeDYHtl (ORCPT ); Wed, 25 Apr 2018 03:49:41 -0400 Received: from ayla.of.borg ([84.194.111.163]) by albert.telenet-ops.be with bizsmtp id eXpf1x00h3XaVaC06XpfVn; Wed, 25 Apr 2018 09:49:40 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1fBFBL-0007C0-NT; Wed, 25 Apr 2018 09:49:39 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1fBFBL-0000lH-LF; Wed, 25 Apr 2018 09:49:39 +0200 From: Geert Uytterhoeven To: Laurent Pinchart , Thierry Reding , David Airlie , Rob Herring , Mark Rutland Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] dt-bindings: panel: lvds: Fix path to display timing bindings Date: Wed, 25 Apr 2018 09:49:38 +0200 Message-Id: <1524642578-2885-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes: 14da3ed8dd08c581 ("devicetree/bindings: display: Document common panel properties") Signed-off-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/display/panel/panel-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.txt b/Documentation/devicetree/bindings/display/panel/panel-common.txt index 557fa765adcb9450..5d2519af4bb5ca5e 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-common.txt +++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt @@ -38,7 +38,7 @@ Display Timings require specific display timings. The panel-timing subnode expresses those timings as specified in the timing subnode section of the display timing bindings defined in - Documentation/devicetree/bindings/display/display-timing.txt. + Documentation/devicetree/bindings/display/panel/display-timing.txt. Connectivity -- 2.7.4