diff options
author | Rob Herring <robh@kernel.org> | 2019-07-05 10:42:09 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-07-08 13:39:02 -0600 |
commit | 821a1f7171aeea5e7818d30f70d7cf49b007357f (patch) | |
tree | d0d07f4751e538a66c31ebf2e3eb165149199e00 /Documentation/devicetree/bindings/display/panel/panel.txt | |
parent | 67b587934c23c6e286486a0a724d486c8e037fd6 (diff) | |
download | linux-821a1f7171aeea5e7818d30f70d7cf49b007357f.tar.bz2 |
dt-bindings: display: Convert common panel bindings to DT schema
Convert the common panel bindings to DT schema consolidating scattered
definitions to a single schema file.
The 'simple-panel' binding just a collection of properties and not a
complete binding itself. All of the 'simple-panel' properties are
covered by the panel-common.txt binding with the exception of the
'no-hpd' property, so add that to the schema.
As there are lots of references to simple-panel.txt, just keep the file
with a reference to common.yaml for now until all the bindings are
converted.
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190705164221.4462-2-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/panel.txt')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/panel.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/panel.txt b/Documentation/devicetree/bindings/display/panel/panel.txt deleted file mode 100644 index e2e6867852b8..000000000000 --- a/Documentation/devicetree/bindings/display/panel/panel.txt +++ /dev/null @@ -1,4 +0,0 @@ -Common display properties -------------------------- - -- rotation: Display rotation in degrees counter clockwise (0,90,180,270) |