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:
9797
9898 resets :
9999 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.
101104
102105 reset-names :
103106 items :
@@ -116,6 +119,13 @@ properties:
116119 - const : rx
117120 - const : tx
118121
122+ required :
123+ - compatible
124+ - reg
125+ - interrupts
126+ - clocks
127+ - clock-names
128+
119129allOf :
120130 - $ref : /schemas/i2c/i2c-controller.yaml
121131 - if :
@@ -169,6 +179,18 @@ allOf:
169179 properties :
170180 power-domains : false
171181
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+
172194unevaluatedProperties : false
173195
174196examples :
You can’t perform that action at this time.
0 commit comments