Commit e77f06be authored by Rob Herring's avatar Rob Herring Committed by Linus Walleij
Browse files

dt-bindings: pinctrl: Drop 'phandle' properties



'phandle' properties are implicitly supported on all nodes, so it
shouldn't be listed in schemas.

dtschema had a bug where 'phandle' and other implicit properties weren't
being added under 'additionalProperties' schemas. That was fixed in
v2023.07 release.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230819010946.916772-1-robh@kernel.org


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent cd40a1ff
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -135,7 +135,6 @@ additionalProperties:
        - $ref: pinmux-node.yaml#

      properties:
        phandle: true
        function: true
        groups: true
        pins: true
@@ -147,8 +146,6 @@ additionalProperties:
      additionalProperties: false

    - type: object
      properties:
        phandle: true
      additionalProperties:
        type: object
        allOf:
@@ -156,7 +153,6 @@ additionalProperties:
          - $ref: pinmux-node.yaml#

        properties:
          phandle: true
          function: true
          groups: true
          pins: true
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ properties:
patternProperties:
  "^pinmux(-[a-z0-9-_]+)?$":
    type: object
    properties:
      phandle: true

    # pin groups
    additionalProperties:
+0 −2
Original line number Diff line number Diff line
@@ -32,8 +32,6 @@ properties:
patternProperties:
  "^pinmux(-[a-z0-9-_]+)?$":
    type: object
    properties:
      phandle: true

    # pin groups
    additionalProperties:
+0 −2
Original line number Diff line number Diff line
@@ -23,8 +23,6 @@ properties:
patternProperties:
  "^pinmux(-[a-z0-9-_]+)?$":
    type: object
    properties:
      phandle: true

    # pin groups
    additionalProperties:
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ properties:
patternProperties:
  "^pinmux(-[a-z0-9-_]+)?$":
    type: object
    properties:
      phandle: true

    # pin groups
    additionalProperties:
Loading