File tree Expand file tree Collapse file tree 1 file changed +56
-25
lines changed
Documentation/devicetree/bindings/remoteproc Expand file tree Collapse file tree 1 file changed +56
-25
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ description:
16
16
properties :
17
17
compatible :
18
18
enum :
19
+ - qcom,sc7180-adsp-pas
19
20
- qcom,sc7180-mpss-pas
20
21
- qcom,sc7280-mpss-pas
21
22
@@ -30,26 +31,6 @@ properties:
30
31
items :
31
32
- const : xo
32
33
33
- interrupts :
34
- minItems : 6
35
-
36
- interrupt-names :
37
- minItems : 6
38
-
39
- power-domains :
40
- minItems : 2
41
- items :
42
- - description : CX power domain
43
- - description : MX power domain
44
- - description : MSS power domain
45
-
46
- power-domain-names :
47
- minItems : 2
48
- items :
49
- - const : cx
50
- - const : mx
51
- - const : mss
52
-
53
34
memory-region :
54
35
maxItems : 1
55
36
description : Reference to the reserved-memory for the Hexagon core
@@ -71,6 +52,40 @@ required:
71
52
72
53
allOf :
73
54
- $ref : /schemas/remoteproc/qcom,pas-common.yaml#
55
+ - if :
56
+ properties :
57
+ compatible :
58
+ enum :
59
+ - qcom,sc7180-adsp-pas
60
+ then :
61
+ properties :
62
+ interrupts :
63
+ maxItems : 5
64
+ interrupt-names :
65
+ maxItems : 5
66
+ else :
67
+ properties :
68
+ interrupts :
69
+ minItems : 6
70
+ interrupt-names :
71
+ minItems : 6
72
+
73
+ - if :
74
+ properties :
75
+ compatible :
76
+ enum :
77
+ - qcom,sc7180-adsp-pas
78
+ then :
79
+ properties :
80
+ power-domains :
81
+ items :
82
+ - description : LCX power domain
83
+ - description : LMX power domain
84
+ power-domain-names :
85
+ items :
86
+ - const : lcx
87
+ - const : lmx
88
+
74
89
- if :
75
90
properties :
76
91
compatible :
@@ -79,15 +94,31 @@ allOf:
79
94
then :
80
95
properties :
81
96
power-domains :
82
- minItems : 3
97
+ items :
98
+ - description : CX power domain
99
+ - description : MX power domain
100
+ - description : MSS power domain
83
101
power-domain-names :
84
- minItems : 3
85
- else :
102
+ items :
103
+ - const : cx
104
+ - const : mx
105
+ - const : mss
106
+
107
+ - if :
108
+ properties :
109
+ compatible :
110
+ enum :
111
+ - qcom,sc7280-mpss-pas
112
+ then :
86
113
properties :
87
114
power-domains :
88
- maxItems : 2
115
+ items :
116
+ - description : CX power domain
117
+ - description : MX power domain
89
118
power-domain-names :
90
- maxItems : 2
119
+ items :
120
+ - const : cx
121
+ - const : mx
91
122
92
123
unevaluatedProperties : false
93
124
You can’t perform that action at this time.
0 commit comments