File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ properties:
34
34
const : 1
35
35
36
36
ranges : true
37
- pins-are-numbered : true
37
+ pins-are-numbered :
38
+ $ref : /schemas/types.yaml#/definitions/flag
39
+ deprecated : true
38
40
hwlocks : true
39
41
40
42
interrupts :
@@ -206,7 +208,6 @@ required:
206
208
- ' #address-cells'
207
209
- ' #size-cells'
208
210
- ranges
209
- - pins-are-numbered
210
211
211
212
additionalProperties : false
212
213
@@ -220,7 +221,6 @@ examples:
220
221
#size-cells = <1>;
221
222
compatible = "st,stm32f429-pinctrl";
222
223
ranges = <0 0x40020000 0x3000>;
223
- pins-are-numbered;
224
224
225
225
gpioa: gpio@0 {
226
226
gpio-controller;
@@ -238,7 +238,6 @@ examples:
238
238
#size-cells = <1>;
239
239
compatible = "st,stm32f429-pinctrl";
240
240
ranges = <0 0x50020000 0x3000>;
241
- pins-are-numbered;
242
241
243
242
gpiob: gpio@1000 {
244
243
gpio-controller;
You can’t perform that action at this time.
0 commit comments