Skip to content

Commit c09acbc

Browse files
Rafał Miłeckilinusw
authored andcommitted
dt-bindings: pinctrl: use pinctrl.yaml
Also fix some examples to avoid warnings like: brcm,ns-pinmux.example.dt.yaml: pin-controller@1800c1c0: $nodename:0: 'pin-controller@1800c1c0' does not match '^pinctrl|pinmux@[0-9a-f]+$' Signed-off-by: Rafał Miłecki <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 1288cad commit c09acbc

File tree

58 files changed

+165
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+165
-11
lines changed

Documentation/devicetree/bindings/pinctrl/actions,s500-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ patternProperties:
184184

185185
additionalProperties: false
186186

187+
allOf:
188+
- $ref: "pinctrl.yaml#"
189+
187190
required:
188191
- compatible
189192
- reg

Documentation/devicetree/bindings/pinctrl/allwinner,sun4i-a10-pinctrl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ allOf:
147147
# boards are defining it at the moment so it would generate a lot of
148148
# warnings.
149149

150+
- $ref: "pinctrl.yaml#"
150151
- if:
151152
properties:
152153
compatible:

Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ patternProperties:
6767

6868
additionalProperties: false
6969

70+
allOf:
71+
- $ref: "pinctrl.yaml#"
72+
7073
required:
7174
- compatible
7275
- reg

Documentation/devicetree/bindings/pinctrl/aspeed,ast2400-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ patternProperties:
5050
TXD3, TXD4, UART6, USB11D1, USB11H2, USB2D1, USB2H1, USBCKI, VGABIOS_ROM,
5151
VGAHS, VGAVS, VPI18, VPI24, VPI30, VPO12, VPO24, WDTRST1, WDTRST2]
5252

53+
allOf:
54+
- $ref: "pinctrl.yaml#"
55+
5356
required:
5457
- compatible
5558

Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ patternProperties:
6262
USB11BHID, USB2AD, USB2AH, USB2BD, USB2BH, USBCKI, VGABIOSROM, VGAHS,
6363
VGAVS, VPI24, VPO, WDTRST1, WDTRST2]
6464

65+
allOf:
66+
- $ref: "pinctrl.yaml#"
67+
6568
required:
6669
- compatible
6770
- aspeed,external-nodes

Documentation/devicetree/bindings/pinctrl/aspeed,ast2600-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ patternProperties:
8383
UART7, UART8, UART9, USBA, USBB, VB, VGAHS, VGAVS, WDTRST1, WDTRST2,
8484
WDTRST3, WDTRST4]
8585

86+
allOf:
87+
- $ref: "pinctrl.yaml#"
88+
8689
required:
8790
- compatible
8891

Documentation/devicetree/bindings/pinctrl/brcm,bcm6318-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ patternProperties:
3737
enum: [ gpio0, gpio1, gpio2, gpio3, gpio4, gpio5, gpio6, gpio7,
3838
gpio8, gpio9, gpio10, gpio11, gpio12, gpio13, gpio40 ]
3939

40+
allOf:
41+
- $ref: "pinctrl.yaml#"
42+
4043
required:
4144
- compatible
4245
- reg

Documentation/devicetree/bindings/pinctrl/brcm,bcm63268-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ patternProperties:
4141
vdsl_phy_override_1_grp, vdsl_phy_override_2_grp,
4242
vdsl_phy_override_3_grp, dsl_gpio8, dsl_gpio9 ]
4343

44+
allOf:
45+
- $ref: "pinctrl.yaml#"
46+
4447
required:
4548
- compatible
4649
- reg

Documentation/devicetree/bindings/pinctrl/brcm,bcm6328-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ patternProperties:
3636
gpio20, gpio25, gpio26, gpio27, gpio28, hsspi_cs1,
3737
usb_port1 ]
3838

39+
allOf:
40+
- $ref: "pinctrl.yaml#"
41+
3942
required:
4043
- compatible
4144
- reg

Documentation/devicetree/bindings/pinctrl/brcm,bcm6358-pinctrl.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ patternProperties:
3434
enum: [ ebi_cs_grp, uart1_grp, serial_led_grp, legacy_led_grp,
3535
led_grp, spi_cs_grp, utopia_grp, pwm_syn_clk, sys_irq_grp ]
3636

37+
allOf:
38+
- $ref: "pinctrl.yaml#"
39+
3740
required:
3841
- compatible
3942
- reg

0 commit comments

Comments
 (0)