Skip to content

Commit f164935

Browse files
arinc9linusw
authored andcommitted
dt-bindings: pinctrl: rt2880: add missing pin groups and functions
Add the missing pin groups: jtag, wdt Add the missing functions: i2s, jtag, pcie refclk, pcie rst, pcm, spdif2, spdif3, wdt refclk, wdt rst Sort pin groups and functions in alphabetical order. Fix a typo. Signed-off-by: Arınç ÜNAL <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Sergio Paracuellos <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 9279c00 commit f164935

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Documentation/devicetree/bindings/pinctrl/ralink,rt2880-pinmux.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Sergio Paracuellos <[email protected]>
1111

1212
description:
13-
The rt2880 pinmux can only set the muxing of pin groups. muxing indiviual pins
13+
The rt2880 pinmux can only set the muxing of pin groups. Muxing indiviual pins
1414
is not supported. There is no pinconf support.
1515

1616
properties:
@@ -29,12 +29,13 @@ patternProperties:
2929
properties:
3030
groups:
3131
description: Name of the pin group to use for the functions.
32-
enum: [i2c, spi, uart1, uart2, uart3, rgmii1, rgmii2, mdio,
33-
pcie, sdhci]
32+
enum: [i2c, jtag, mdio, pcie, rgmii1, rgmii2, sdhci, spi,
33+
uart1, uart2, uart3, wdt]
3434
function:
3535
description: The mux function to select
36-
enum: [gpio, i2c, spi, uart1, uart2, uart3, rgmii1, rgmii2,
37-
mdio, nand1, nand2, sdhci]
36+
enum: [gpio, i2c, i2s, jtag, mdio, nand1, nand2, pcie refclk,
37+
pcie rst, pcm, rgmii1, rgmii2, sdhci, spdif2, spdif3,
38+
spi, uart1, uart2, uart3, wdt refclk, wdt rst]
3839

3940
required:
4041
- groups

0 commit comments

Comments
 (0)