diff options
author | Rob Herring <robh@kernel.org> | 2023-08-18 20:09:44 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-08-21 12:30:23 +0200 |
commit | e77f06be7216c9e25de8fe74a56df962fcc96cf6 (patch) | |
tree | cc96fc0121a31305c46d417b1e3becfe5eec8a1f /Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml | |
parent | cd40a1ffddc963e69884a713d8704edd98035861 (diff) |
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: Rob Herring <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230819010946.916772-1-robh@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml index 83800fcf0ce4..2bd7d47d0fdb 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml +++ b/Documentation/devicetree/bindings/pinctrl/renesas,rza1-ports.yaml @@ -108,7 +108,6 @@ additionalProperties: Integers values in "pinmux" argument list are assembled as: ((PORT * 16 + PIN) | MUX_FUNC << 16) - phandle: true input-enable: true output-enable: true @@ -118,9 +117,6 @@ additionalProperties: additionalProperties: false - type: object - properties: - phandle: true - additionalProperties: $ref: "#/additionalProperties/anyOf/0" |