diff options
| author | Sean Anderson <[email protected]> | 2020-11-13 08:43:40 -0500 |
|---|---|---|
| committer | Andes <[email protected]> | 2020-11-17 15:09:28 +0800 |
| commit | 6e35c1cb12e7be136baf9f44249baa3279ed7b5c (patch) | |
| tree | 9d3c64ac68b3b3a80caaccfb9f8ec24b3d62e3db /doc/device-tree-bindings/pinctrl | |
| parent | 82b838f8dd2bffaffc53b9ca9abab711d8d83d0c (diff) | |
pinctrl: k210: Rename power domains to match datasheet
This renames power domains to match the names on the k210 datasheet.
Signed-off-by: Sean Anderson <[email protected]>
Reported-by: Damien Le Moal <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Diffstat (limited to 'doc/device-tree-bindings/pinctrl')
| -rw-r--r-- | doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt b/doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt index 06a9cc060f3..73871f59305 100644 --- a/doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt +++ b/doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt @@ -18,7 +18,7 @@ Pin configuration nodes are documented in pinctrl-bindings.txt Required properties for pin-configuration nodes or sub-nodes are: - groups: list of power groups to which the configuration applies. Valid groups are: - A0, A1, A2, B0, B1, B2, C0, C1 + A0, A1, A2, B3, B4, B5, C6, C7 (either this or "pinmux" must be specified) - pinmux: integer array representing pin multiplexing configuration. In addition to the 256 standard functions, each pin can also output the direction |
