Skip to content

Commit

Permalink
dt-bindings: display/panel: Add common rotation property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Noralf Trønnes committed Feb 18, 2017
1 parent fbaa326 commit b60c1be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/display/panel/panel.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Common display properties
-------------------------

- rotation: Display rotation in degrees counter clockwise (0,90,180,270)

0 comments on commit b60c1be

Please sign in to comment.