Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-39
-8
Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
··· 26 26 clock-names: 27 27 const: hclk 28 28 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 - 37 29 power-domains: 38 30 maxItems: 1 39 31
-6
Documentation/devicetree/bindings/input/gpio-keys.yaml
··· 88 88 which can be disabled to suppress events from the button. 89 89 type: boolean 90 90 91 - pinctrl-0: 92 - maxItems: 1 93 - 94 - pinctrl-names: 95 - maxItems: 1 96 - 97 91 required: 98 92 - linux,code 99 93
-9
Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
··· 51 51 appropriate of the LOCHNAGARx_PIN_NUM_GPIOS define, see [3]. 52 52 maxItems: 1 53 53 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 - 63 54 pin-settings: 64 55 type: object 65 56 patternProperties:
-10
Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
··· 30 30 Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt 31 31 32 32 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 - 43 33 pin-settings: 44 34 description: 45 35 One subnode is required to contain the default settings. It
-6
Documentation/devicetree/bindings/sound/samsung-i2s.yaml
··· 110 110 Internal DMA register base address of the audio 111 111 subsystem (used in secondary sound source). 112 112 113 - pinctrl-0: 114 - description: Should specify pin control groups used for this controller. 115 - 116 - pinctrl-names: 117 - const: default 118 - 119 113 power-domains: 120 114 maxItems: 1 121 115