diff options
author | Noralf Trønnes <noralf@tronnes.org> | 2017-01-31 16:05:57 +0100 |
---|---|---|
committer | Noralf Trønnes <noralf@tronnes.org> | 2017-02-18 18:05:01 +0100 |
commit | b60c1be747418a07fbe04f8533394a64b27b6181 (patch) | |
tree | 270326f28fbf3c932a21377990c7a07a80ace092 | |
parent | fbaa326df32c68dc46fb91d909ff736364910484 (diff) |
dt-bindings: display/panel: Add common rotation property
Display panels can be oriented many ways, especially in the embedded
world. The rotation property is a way to describe this orientation.
The counter clockwise direction is chosen because that's what fbdev
and drm use.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/panel.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/panel.txt b/Documentation/devicetree/bindings/display/panel/panel.txt new file mode 100644 index 000000000000..e2e6867852b8 --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/panel.txt @@ -0,0 +1,4 @@ +Common display properties +------------------------- + +- rotation: Display rotation in degrees counter clockwise (0,90,180,270) |