Message ID | 20221121015451.2471196-9-bero@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove the pins-are-numbered DT property | expand |
On 21/11/2022 02:54, Bernhard Rosenkränzer wrote: > Drop the pins-are-numbered property from the Mediatek MT65xx DeviceTree > schema > > Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com> > --- > .../bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml > index cca9cc58a6934..cb450da49e6e9 100644 > --- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml > @@ -28,11 +28,6 @@ properties: > reg: > maxItems: 1 > > - pins-are-numbered: > - $ref: /schemas/types.yaml#/definitions/flag > - description: | > - Specify the subnodes are using numbered pinmux to specify pins. Oh, I missed that patch. There is no need to split it. Squash it with your first and rather mark it as "deprecated: true" Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml index cca9cc58a6934..cb450da49e6e9 100644 --- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml @@ -28,11 +28,6 @@ properties: reg: maxItems: 1 - pins-are-numbered: - $ref: /schemas/types.yaml#/definitions/flag - description: | - Specify the subnodes are using numbered pinmux to specify pins. - gpio-controller: true "#gpio-cells": @@ -149,7 +144,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;
Drop the pins-are-numbered property from the Mediatek MT65xx DeviceTree schema Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com> --- .../bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml | 6 ------ 1 file changed, 6 deletions(-)