diff options
| -rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt index e9ebe5d35835..b73c96d24f59 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | |||
| @@ -133,6 +133,9 @@ pin multiplexing nodes: | |||
| 133 | 133 | ||
| 134 | function - the mux function to select | 134 | function - the mux function to select |
| 135 | groups - the list of groups to select with this function | 135 | groups - the list of groups to select with this function |
| 136 | (either this or "pins" must be specified) | ||
| 137 | pins - the list of pins to select with this function (either | ||
| 138 | this or "groups" must be specified) | ||
| 136 | 139 | ||
| 137 | Example: | 140 | Example: |
| 138 | 141 | ||
| @@ -148,6 +151,10 @@ state_1_node_a { | |||
| 148 | groups = "spi0pins"; | 151 | groups = "spi0pins"; |
| 149 | }; | 152 | }; |
| 150 | }; | 153 | }; |
| 154 | state_2_node_a { | ||
| 155 | function = "i2c0"; | ||
| 156 | pins = "mfio29", "mfio30"; | ||
| 157 | }; | ||
| 151 | 158 | ||
| 152 | == Generic pin configuration node content == | 159 | == Generic pin configuration node content == |
| 153 | 160 | ||
