| .. | .. |
|---|
| 26 | 26 | common pinctrl bindings used by client devices, including the meaning of the |
|---|
| 27 | 27 | phrase "pin configuration node". |
|---|
| 28 | 28 | |
|---|
| 29 | | -The pin configuration nodes act as a container for an abitrary number of |
|---|
| 29 | +The pin configuration nodes act as a container for an arbitrary number of |
|---|
| 30 | 30 | subnodes. Each of these subnodes represents some desired configuration for a |
|---|
| 31 | 31 | pin, a group, or a list of pins or groups. This configuration can include the |
|---|
| 32 | 32 | mux function to select on those pin(s)/group(s), and various pin configuration |
|---|
| .. | .. |
|---|
| 44 | 44 | |
|---|
| 45 | 45 | The following generic properties as defined in pinctrl-bindings.txt are valid |
|---|
| 46 | 46 | to specify in a pin configuration subnode: |
|---|
| 47 | | - pins, function, bias-disable, bias-pull-down, bias-pull,up, drive-strength. |
|---|
| 47 | + pins, function, bias-disable, bias-pull-down, bias-pull-up, drive-open-drain, |
|---|
| 48 | + drive-strength. |
|---|
| 48 | 49 | |
|---|
| 49 | 50 | Non-empty subnodes must specify the 'pins' property. |
|---|
| 50 | 51 | Note that not all properties are valid for all pins. |
|---|