dt-bindings: pinctrl: mediatek,mt65xx: Deprecate pins-are-numbered
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>
This commit is contained in:
committed by
Linus Walleij
parent
b2de4316ec
commit
8f7b96bd3c
@@ -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
|
||||
|
||||
@@ -62,7 +63,6 @@ properties:
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- pins-are-numbered
|
||||
- gpio-controller
|
||||
- "#gpio-cells"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user