@@ -26,12 +26,17 @@ description: |
26
26
Device compatible with those specifications have been marketed under the
27
27
FPD-Link and FlatLink brands.
28
28
29
+ This bindings also supports 30-bit data mapping compatible with JEIDA and
30
+ VESA.
31
+
29
32
properties :
30
33
data-mapping :
31
34
enum :
32
35
- jeida-18
33
36
- jeida-24
37
+ - jeida-30
34
38
- vesa-24
39
+ - vesa-30
35
40
description : |
36
41
The color signals mapping order.
37
42
@@ -60,6 +65,19 @@ properties:
60
65
DATA2 ><_CTL2_><_CTL1_><_CTL0_><__B7__><__B6__><__B5__><__B4__><
61
66
DATA3 ><_CTL3_><__B1__><__B0__><__G1__><__G0__><__R1__><__R0__><
62
67
68
+ - "jeida-30" - 30-bit data mapping compatible with JEIDA and VESA. Data
69
+ are transferred as follows on 5 LVDS lanes.
70
+
71
+ Slot 0 1 2 3 4 5 6
72
+ ________________ _________________
73
+ Clock \_______________________/
74
+ ______ ______ ______ ______ ______ ______ ______
75
+ DATA0 ><__G4__><__R9__><__R8__><__R7__><__R6__><__R5__><__R4__><
76
+ DATA1 ><__B5__><__B4__><__G9__><__G8__><__G7__><__G6__><__G5__><
77
+ DATA2 ><_CTL2_><_CTL1_><_CTL0_><__B9__><__B8__><__B7__><__B6__><
78
+ DATA3 ><_CTL3_><__B3__><__B2__><__G3__><__G2__><__R3__><__R2__><
79
+ DATA4 ><_CTL3_><__B1__><__B0__><__G1__><__G0__><__R1__><__R0__><
80
+
63
81
- "vesa-24" - 24-bit data mapping compatible with the [VESA] specification.
64
82
Data are transferred as follows on 4 LVDS lanes.
65
83
@@ -72,6 +90,19 @@ properties:
72
90
DATA2 ><_CTL2_><_CTL1_><_CTL0_><__B5__><__B4__><__B3__><__B2__><
73
91
DATA3 ><_CTL3_><__B7__><__B6__><__G7__><__G6__><__R7__><__R6__><
74
92
93
+ - "vesa-30" - 30-bit data mapping compatible with VESA. Data are
94
+ transferred as follows on 5 LVDS lanes.
95
+
96
+ Slot 0 1 2 3 4 5 6
97
+ ________________ _________________
98
+ Clock \_______________________/
99
+ ______ ______ ______ ______ ______ ______ ______
100
+ DATA0 ><__G0__><__R5__><__R4__><__R3__><__R2__><__R1__><__R0__><
101
+ DATA1 ><__B1__><__B0__><__G5__><__G4__><__G3__><__G2__><__G1__><
102
+ DATA2 ><_CTL2_><_CTL1_><_CTL0_><__B5__><__B4__><__B3__><__B2__><
103
+ DATA3 ><_CTL3_><__B7__><__B6__><__G7__><__G6__><__R7__><__R6__><
104
+ DATA4 ><_CTL3_><__B9__><__B8__><__G9__><__G8__><__R9__><__R8__><
105
+
75
106
Control signals are mapped as follows.
76
107
77
108
CTL0: HSync
0 commit comments