diff options
author | Rob Herring <robh@kernel.org> | 2022-01-18 19:53:25 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-20 11:37:31 -0600 |
commit | 58dfff3e984dfb96dae98008e6ea0ab92248d003 (patch) | |
tree | 2d24aacb0f5ca9805f3ee2c2d1f386c5800dc9de /Documentation/devicetree/bindings/input/gpio-keys.yaml | |
parent | d9dfab097d90f74dd8d7198aa6e8b87bc15f2122 (diff) |
dt-bindings: Drop unnecessary pinctrl properties
For a single pinctrl mode, it is not necessary to define pinctrl
properties as the tools always allow pinctrl properties.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220119015325.2438277-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/input/gpio-keys.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/input/gpio-keys.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/input/gpio-keys.yaml b/Documentation/devicetree/bindings/input/gpio-keys.yaml index dbe7ecc19ccb..7fe1966ea28a 100644 --- a/Documentation/devicetree/bindings/input/gpio-keys.yaml +++ b/Documentation/devicetree/bindings/input/gpio-keys.yaml @@ -88,12 +88,6 @@ patternProperties: which can be disabled to suppress events from the button. type: boolean - pinctrl-0: - maxItems: 1 - - pinctrl-names: - maxItems: 1 - required: - linux,code |