diff mbox series

[8/9] dt-bindings: pinctrl: mediatek,mt65xx: Drop the pins-are-numbered property

Message ID 20221121015451.2471196-9-bero@baylibre.com
State Changes Requested, archived
Headers show
Series Remove the pins-are-numbered DT property | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Bernhard Rosenkränzer Nov. 21, 2022, 1:54 a.m. UTC
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(-)

Comments

Krzysztof Kozlowski Nov. 21, 2022, 12:36 p.m. UTC | #1
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 mbox series

Patch

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;