diff options
author | Rob Herring <robh@kernel.org> | 2022-01-19 02:53:25 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-01-20 18:37:31 +0100 |
commit | 58dfff3e984dfb96dae98008e6ea0ab92248d003 (patch) | |
tree | 2d24aacb0f5ca9805f3ee2c2d1f386c5800dc9de /Documentation/devicetree/bindings/input | |
parent | dt-bindings: rtc: st,stm32-rtc: Make each example a separate entry (diff) | |
download | linux-58dfff3e984dfb96dae98008e6ea0ab92248d003.tar.xz linux-58dfff3e984dfb96dae98008e6ea0ab92248d003.zip |
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')
-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 |