File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Documentation/devicetree/bindings/i2c Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,10 @@ properties:
97
97
98
98
resets :
99
99
items :
100
- - description : module reset
100
+ - description :
101
+ Module reset. This property is optional for controllers in Tegra194,
102
+ Tegra234 etc where an internal software reset is available as an
103
+ alternative.
101
104
102
105
reset-names :
103
106
items :
@@ -116,6 +119,13 @@ properties:
116
119
- const : rx
117
120
- const : tx
118
121
122
+ required :
123
+ - compatible
124
+ - reg
125
+ - interrupts
126
+ - clocks
127
+ - clock-names
128
+
119
129
allOf :
120
130
- $ref : /schemas/i2c/i2c-controller.yaml
121
131
- if :
@@ -169,6 +179,18 @@ allOf:
169
179
properties :
170
180
power-domains : false
171
181
182
+ - if :
183
+ not :
184
+ properties :
185
+ compatible :
186
+ contains :
187
+ enum :
188
+ - nvidia,tegra194-i2c
189
+ then :
190
+ required :
191
+ - resets
192
+ - reset-names
193
+
172
194
unevaluatedProperties : false
173
195
174
196
examples :
You can’t perform that action at this time.
0 commit comments