@@ -18,6 +18,12 @@ Descriptive Properties
physical area where images are displayed. These properties are expressed in
millimeters and rounded to the closest unit.
+- rotation: Panels are commonly mounted rotated, with their native orientation
+ not aligned with the device's orientation. The rotation property specifies
+ the angle in degrees between the panel's orientation and the device's
+ orientation (corresponding to a counter-clockwise rotation of the panel).
+ Valid values are 0, 90, 180 and 270.
+
- label: The label property specifies a symbolic name for the panel as a
string suitable for use by humans. It typically contains a name inscribed on
the system (e.g. as an affixed label) or specified in the system's
deleted file mode 100644
@@ -1,4 +0,0 @@
-Common display properties
--------------------------
-
-- rotation: Display rotation in degrees counter clockwise (0,90,180,270)
The two files were added concurrently and both store common panel properties. Merge them together. Suggested-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> --- .../devicetree/bindings/display/panel/panel-common.txt | 6 ++++++ Documentation/devicetree/bindings/display/panel/panel.txt | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt