Skip to content

Commit 7440926

Browse files
andy-shevlinusw
authored andcommitted
pinctrl: Flag strict is a field in struct pinmux_ops
Documentation incorrectly refers to struct pinctrl_desc, where no such flag is available. Replace the name of the struct. Fixes: commit 8c4c201 ("pinctrl: move strict option to pinmux_ops") Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent a688e35 commit 7440926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pinctrl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ separate memory range only intended for GPIO driving, and the register
831831
range dealing with pin config and pin multiplexing get placed into a
832832
different memory range and a separate section of the data sheet.
833833

834-
A flag "strict" in struct pinctrl_desc is available to check and deny
834+
A flag "strict" in struct pinmux_ops is available to check and deny
835835
simultaneous access to the same pin from GPIO and pin multiplexing
836836
consumers on hardware of this type. The pinctrl driver should set this flag
837837
accordingly.

0 commit comments

Comments
 (0)