File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ properties:
31
31
pins-are-numbered :
32
32
$ref : /schemas/types.yaml#/definitions/flag
33
33
description : |
34
- Specify the subnodes are using numbered pinmux to specify pins.
34
+ Specify the subnodes are using numbered pinmux to specify pins. (UNUSED)
35
+ deprecated : true
35
36
36
37
gpio-controller : true
37
38
@@ -62,7 +63,6 @@ properties:
62
63
63
64
required :
64
65
- compatible
65
- - pins-are-numbered
66
66
- gpio-controller
67
67
- " #gpio-cells"
68
68
@@ -150,7 +150,6 @@ examples:
150
150
compatible = "mediatek,mt8135-pinctrl";
151
151
reg = <0 0x1000B000 0 0x1000>;
152
152
mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
153
- pins-are-numbered;
154
153
gpio-controller;
155
154
#gpio-cells = <2>;
156
155
interrupt-controller;
You can’t perform that action at this time.
0 commit comments