File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Documentation/devicetree/bindings/display/panel Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,14 @@ properties:
51
51
$ref : /schemas/types.yaml#/definitions/uint32
52
52
enum : [0, 90, 180, 270]
53
53
54
+ flip-horizontal :
55
+ description : boolean to flip image horizontally
56
+ type : boolean
57
+
58
+ flip-vertical :
59
+ description : boolean to flip image vertically
60
+ type : boolean
61
+
54
62
# Display Timings
55
63
panel-timing :
56
64
description :
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ properties:
21
21
22
22
reset-gpios : true
23
23
display-timings : true
24
+ flip-horizontal : true
25
+ flip-vertical : true
24
26
25
27
vdd3-supply :
26
28
description : core voltage supply
@@ -46,14 +48,6 @@ properties:
46
48
panel-height-mm :
47
49
description : physical panel height [mm]
48
50
49
- flip-horizontal :
50
- description : boolean to flip image horizontally
51
- type : boolean
52
-
53
- flip-vertical :
54
- description : boolean to flip image vertically
55
- type : boolean
56
-
57
51
required :
58
52
- compatible
59
53
- reg
You can’t perform that action at this time.
0 commit comments