From: Noralf Trønnes Date: Tue, 31 Jan 2017 15:05:57 +0000 (+0100) Subject: dt-bindings: display/panel: Add common rotation property X-Git-Tag: v4.11-rc1~83^2~10^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b60c1be747418a07fbe04f8533394a64b27b6181;p=uclinux-h8%2Flinux.git 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 Acked-by: Thierry Reding Acked-by: Rob Herring --- 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)