Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1570853
| From | Noralf Trønnes <noralf@tronnes.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 5/7] dt-bindings: display: Add common rotation property |
| Date | 2017-01-31 17:10 +0100 |
| Message-ID | <t5Jai-2Mv-21@gated-at.bofh.it> (permalink) |
| References | <t5Jai-2Mv-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- Documentation/devicetree/bindings/display/display.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/display.txt diff --git a/Documentation/devicetree/bindings/display/display.txt b/Documentation/devicetree/bindings/display/display.txt new file mode 100644 index 0000000..e2e6867 --- /dev/null +++ b/Documentation/devicetree/bindings/display/display.txt @@ -0,0 +1,4 @@ +Common display properties +------------------------- + +- rotation: Display rotation in degrees counter clockwise (0,90,180,270) -- 2.10.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 5/7] dt-bindings: display: Add common rotation property Noralf Trønnes <noralf@tronnes.org> - 2017-01-31 17:10 +0100
Re: [PATCH v3 5/7] dt-bindings: display: Add common rotation property Rob Herring <robh@kernel.org> - 2017-02-01 18:50 +0100
Re: [PATCH v3 5/7] dt-bindings: display: Add common rotation property Noralf Trønnes <noralf@tronnes.org> - 2017-02-03 13:20 +0100
Re: [PATCH v3 5/7] dt-bindings: display: Add common rotation property Thierry Reding <thierry.reding@gmail.com> - 2017-02-06 08:20 +0100
csiph-web