From patchwork Thu Feb 8 17:48:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10207583 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 03C7D60247 for ; Thu, 8 Feb 2018 17:49:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E7BE32959F for ; Thu, 8 Feb 2018 17:49:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DC357295AF; Thu, 8 Feb 2018 17:49:06 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID 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 DDC6F2959F for ; Thu, 8 Feb 2018 17:49:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6BEF56E644; Thu, 8 Feb 2018 17:49:04 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yw0-x243.google.com (mail-yw0-x243.google.com [IPv6:2607:f8b0:4002:c05::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3214F6E644 for ; Thu, 8 Feb 2018 17:49:03 +0000 (UTC) Received: by mail-yw0-x243.google.com with SMTP id v196so3208612ywc.6 for ; Thu, 08 Feb 2018 09:49:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wJ6WlqjBUX5vlMKGblE8AwxaNGw+Ect0vzH+KdLiqHc=; b=OWBptNeg1V1/bR3KBX5mYPzAa9xD4IMKGNwxgWdfz9nDBenQEeHAcu6aczN5HRZTWg TnoGUt+zFkISxug9wHrODHpx0wkfLtHvbCFVDF4TNM/Wh/0A3I/ETe6hT20TGWbyopH3 3aofIzOEHFCFu5/naegTzIoBvS6ia2kEGgEkw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wJ6WlqjBUX5vlMKGblE8AwxaNGw+Ect0vzH+KdLiqHc=; b=mRErZUOttDpOfQt/uC/uG/krvlPM+NMXgGrnRMcyY2O6+dHN/gg26vEJfRO7jVKIQ0 aQ4kgLXoyfgPqyLggCno0clnmAwuRN46baBCqiceFEEBR1qD3k7DJwhP8DB4Zhav38CM jUXxX/LuTrdBwk3r1QZshCNOxvHPNqlaFPWg0l437WCVwmuhv6YKyTTFW7QD040h0Eyk FHUkH1Y2ySrDtCmwWEc9pMUvCvDKFaQP9dnTr2tUzIlcDunDf04Jiza5V5892/7gimSO pt76lCUF6xmsUUv0+Nz5E9I8MOTdfy44EN2U4mcgcAH8SjASJY3yRZtpl1im0Quy+xkC LASw== X-Gm-Message-State: APf1xPDheiDXgy5FKqwViuKhoTMogMPHGbaYnxR6sdhdtfqQOW7gKlsr cgA5uWC9g3uucP9N2CaAm6jOuPgs9dw= X-Google-Smtp-Source: AH8x227Ygjmgiv5GMOHdwYdWaFMa7OzvBUcXoB/YTtZxY/O+0AmUzWmYm9qbsj9gSr7vt6NjxcWqcw== X-Received: by 10.13.223.6 with SMTP id i6mr1157008ywe.503.1518112142219; Thu, 08 Feb 2018 09:49:02 -0800 (PST) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:d3af:69ac:1964:28e8]) by smtp.gmail.com with ESMTPSA id t73sm177220ywg.10.2018.02.08.09.49.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 09:49:01 -0800 (PST) From: Sean Paul To: dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH v3 1/6] dt-bindings: Clarify timing subnode use as panel-timing Date: Thu, 8 Feb 2018 12:48:48 -0500 Message-Id: <20180208174855.55620-2-seanpaul@chromium.org> X-Mailer: git-send-email 2.16.0.rc1.238.g530d649a79-goog In-Reply-To: <20180208174855.55620-1-seanpaul@chromium.org> References: <20180208174855.55620-1-seanpaul@chromium.org> MIME-Version: 1.0 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: , Cc: Thierry Reding , Mark Rutland , Jeffy Chen , Doug Anderson , Rob Herring , =?UTF-8?q?St=C3=A9phane=20Marchesin?= Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add a note in the documentation explaining when it's appropriate to use the display-timings subnode on its own, as well as the preferred name to use (panel-timing). Changes in v3: - Added Cc: Doug Anderson Cc: Eric Anholt Cc: Heiko Stuebner Cc: Jeffy Chen Cc: Rob Herring Cc: Stéphane Marchesin Cc: Thierry Reding Cc: devicetree@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: linux-rockchip@lists.infradead.org Signed-off-by: Sean Paul Reviewed-by: Rob Herring Acked-by: Thierry Reding --- Documentation/devicetree/bindings/display/panel/display-timing.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/display-timing.txt b/Documentation/devicetree/bindings/display/panel/display-timing.txt index 58fa3e48481d..78222ced1874 100644 --- a/Documentation/devicetree/bindings/display/panel/display-timing.txt +++ b/Documentation/devicetree/bindings/display/panel/display-timing.txt @@ -80,6 +80,11 @@ The parameters are defined as: | | v | | | +----------+-------------------------------------+----------+-------+ +Note: In addition to being used as subnode(s) of display-timings, the timing + subnode may also be used on its own. This is appropriate if only one mode + need be conveyed. In this case, the node should be named 'panel-timing'. + + Example: display-timings {