Skip to content

Commit

Permalink
dt-bindings: Drop unnecessary pinctrl properties
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Acked-by: Mark Brown <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
robherring committed Jan 20, 2022
1 parent d9dfab0 commit 58dfff3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ properties:
clock-names:
const: hclk

pinctrl-0:
maxItems: 2

pinctrl-names:
const: default
description:
Switch the iomux for the HPD/I2C pins to HDMI function.

power-domains:
maxItems: 1

Expand Down
6 changes: 0 additions & 6 deletions Documentation/devicetree/bindings/input/gpio-keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ properties:
appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3].
maxItems: 1

pinctrl-0:
description:
A phandle to the default pinctrl state.

pinctrl-names:
description:
A pinctrl state named "default" must be defined.
const: default

pin-settings:
type: object
patternProperties:
Expand Down
10 changes: 0 additions & 10 deletions Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ description: |
Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
properties:
pinctrl-0:
description:
A phandle to the node containing the subnodes containing default
configurations.

pinctrl-names:
description:
A pinctrl state named "default" must be defined.
const: default

pin-settings:
description:
One subnode is required to contain the default settings. It
Expand Down
6 changes: 0 additions & 6 deletions Documentation/devicetree/bindings/sound/samsung-i2s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ properties:
Internal DMA register base address of the audio
subsystem (used in secondary sound source).
pinctrl-0:
description: Should specify pin control groups used for this controller.

pinctrl-names:
const: default

power-domains:
maxItems: 1

Expand Down

0 comments on commit 58dfff3

Please sign in to comment.