diff options
author | Drew Fustini <[email protected]> | 2021-01-19 21:03:44 -0800 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2021-01-22 14:20:07 +0100 |
commit | cd4919105c8f36378afba4cf0e9c869d523b4d6d (patch) | |
tree | ffd1173b9b72fee61122f9b4b6b05517731964b5 | |
parent | 5784921f7b6c31f0dc158c2334c1e5677e6ba033 (diff) |
pinctrl: clarify #pinctrl-cells for pinctrl-single,pins
Document that #pinctrl-cells can be 1 or 2 for pinctrl-single,pins
Fixes: 27c90e5e48d0 ("ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2")
Reported-by: Emmanuel Vadot <[email protected]>
Link: https://lore.kernel.org/linux-gpio/[email protected]/
Cc: Tony Lindgren <[email protected]>
Signed-off-by: Drew Fustini <[email protected]>
Reviewed-by: Tony Lindgren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt index f903eb4471f8..bb9999119314 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt @@ -8,7 +8,7 @@ Required properties: - reg : offset and length of the register set for the mux registers - #pinctrl-cells : number of cells in addition to the index, set to 1 - for pinctrl-single,pins and 2 for pinctrl-single,bits + or 2 for pinctrl-single,pins and set to 2 for pinctrl-single,bits - pinctrl-single,register-width : pinmux register access width in bits |