Skip to content

Commit

Permalink
dt-bindings: pinctrl: mediatek,mt65xx: Deprecate pins-are-numbered
Browse files Browse the repository at this point in the history
Make pins-are-numbered optional and deprecate it

Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221129023401.278780-4-bero@baylibre.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Bernhard Rosenkränzer authored and Linus Walleij committed Dec 3, 2022
1 parent b2de431 commit 8f7b96b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ properties:
pins-are-numbered:
$ref: /schemas/types.yaml#/definitions/flag
description: |
Specify the subnodes are using numbered pinmux to specify pins.
Specify the subnodes are using numbered pinmux to specify pins. (UNUSED)
deprecated: true

gpio-controller: true

Expand Down Expand Up @@ -62,7 +63,6 @@ properties:

required:
- compatible
- pins-are-numbered
- gpio-controller
- "#gpio-cells"

Expand Down Expand Up @@ -150,7 +150,6 @@ examples:
compatible = "mediatek,mt8135-pinctrl";
reg = <0 0x1000B000 0 0x1000>;
mediatek,pctl-regmap = <&syscfg_pctl_a>, <&syscfg_pctl_b>;
pins-are-numbered;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
Expand Down

0 comments on commit 8f7b96b

Please sign in to comment.