File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Documentation/devicetree/bindings/display/bridge Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,24 @@ properties:
18
18
19
19
reg :
20
20
minItems : 1
21
- maxItems : 2
21
+ maxItems : 3
22
22
items :
23
23
- description :
24
24
Register block of mhdptx apb registers up to PHY mapped area (AUX_CONFIG_P).
25
25
The AUX and PMA registers are not part of this range, they are instead
26
26
included in the associated PHY.
27
27
- description :
28
28
Register block for DSS_EDP0_INTG_CFG_VP registers in case of TI J7 SoCs.
29
+ - description :
30
+ Register block of mhdptx sapb registers.
29
31
30
32
reg-names :
31
33
minItems : 1
32
- maxItems : 2
34
+ maxItems : 3
33
35
items :
34
36
- const : mhdptx
35
37
- const : j721e-intg
38
+ - const : mhdptx-sapb
36
39
37
40
clocks :
38
41
maxItems : 1
@@ -99,14 +102,18 @@ allOf:
99
102
properties :
100
103
reg :
101
104
minItems : 2
105
+ maxItems : 3
102
106
reg-names :
103
107
minItems : 2
108
+ maxItems : 3
104
109
else :
105
110
properties :
106
111
reg :
107
- maxItems : 1
112
+ minItems : 1
113
+ maxItems : 2
108
114
reg-names :
109
- maxItems : 1
115
+ minItems : 1
116
+ maxItems : 2
110
117
111
118
required :
112
119
- compatible
You can’t perform that action at this time.
0 commit comments