Skip to content

Commit 58dfff3

Browse files
committed
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
1 parent d9dfab0 commit 58dfff3

File tree

5 files changed

+0
-39
lines changed

5 files changed

+0
-39
lines changed

Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ properties:
2626
clock-names:
2727
const: hclk
2828

29-
pinctrl-0:
30-
maxItems: 2
31-
32-
pinctrl-names:
33-
const: default
34-
description:
35-
Switch the iomux for the HPD/I2C pins to HDMI function.
36-
3729
power-domains:
3830
maxItems: 1
3931

Documentation/devicetree/bindings/input/gpio-keys.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ patternProperties:
8888
which can be disabled to suppress events from the button.
8989
type: boolean
9090

91-
pinctrl-0:
92-
maxItems: 1
93-
94-
pinctrl-names:
95-
maxItems: 1
96-
9791
required:
9892
- linux,code
9993

Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ properties:
5151
appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3].
5252
maxItems: 1
5353

54-
pinctrl-0:
55-
description:
56-
A phandle to the default pinctrl state.
57-
58-
pinctrl-names:
59-
description:
60-
A pinctrl state named "default" must be defined.
61-
const: default
62-
6354
pin-settings:
6455
type: object
6556
patternProperties:

Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ description: |
3030
Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
3131
3232
properties:
33-
pinctrl-0:
34-
description:
35-
A phandle to the node containing the subnodes containing default
36-
configurations.
37-
38-
pinctrl-names:
39-
description:
40-
A pinctrl state named "default" must be defined.
41-
const: default
42-
4333
pin-settings:
4434
description:
4535
One subnode is required to contain the default settings. It

Documentation/devicetree/bindings/sound/samsung-i2s.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ properties:
110110
Internal DMA register base address of the audio
111111
subsystem (used in secondary sound source).
112112
113-
pinctrl-0:
114-
description: Should specify pin control groups used for this controller.
115-
116-
pinctrl-names:
117-
const: default
118-
119113
power-domains:
120114
maxItems: 1
121115

0 commit comments

Comments
 (0)