diff options
author | Sean Paul <seanpaul@chromium.org> | 2018-02-08 20:48:48 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-12 11:33:16 +0300 |
commit | 5100964d66f39d1c1100025d5bcd5dc3d2b3a859 (patch) | |
tree | 6c6f6fa6922a0e38bbaba2405f6cf120d040498e /Documentation/devicetree/bindings/display/panel/display-timing.txt | |
parent | 2b7ed18bed1ade79aa538c8e3dc2cc5c0889fa96 (diff) | |
download | linux-5100964d66f39d1c1100025d5bcd5dc3d2b3a859.tar.xz |
dt-bindings: Clarify timing subnode use as panel-timing
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 <dianders@chromium.org>
Cc: Eric Anholt <eric@anholt.net>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Jeffy Chen <jeffy.chen@rock-chips.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Stéphane Marchesin <marcheu@chromium.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: devicetree@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180208174855.55620-2-seanpaul@chromium.org
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/display-timing.txt')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/display-timing.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |