Skip to content

Commit 8f7b96b

Browse files
berolinuxlinusw
authored andcommitted
dt-bindings: pinctrl: mediatek,mt65xx: Deprecate pins-are-numbered
Make pins-are-numbered optional and deprecate it Signed-off-by: Bernhard Rosenkränzer <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent b2de431 commit 8f7b96b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ properties:
3131
pins-are-numbered:
3232
$ref: /schemas/types.yaml#/definitions/flag
3333
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
3536

3637
gpio-controller: true
3738

@@ -62,7 +63,6 @@ properties:
6263

6364
required:
6465
- compatible
65-
- pins-are-numbered
6666
- gpio-controller
6767
- "#gpio-cells"
6868

@@ -150,7 +150,6 @@ examples:
150150
compatible = "mediatek,mt8135-pinctrl";
151151
reg = <0 0x1000B000 0 0x1000>;
152152
mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
153-
pins-are-numbered;
154153
gpio-controller;
155154
#gpio-cells = <2>;
156155
interrupt-controller;

0 commit comments

Comments
 (0)