aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/pinctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/pinctrl.txt')
-rw-r--r--Documentation/pinctrl.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index 150fd3833d0b..14aecd2b2dbc 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.txt
@@ -805,10 +805,7 @@ must match a function provided by the pinmux driver handling this pin range.
805 805
806As you can see we may have several pin controllers on the system and thus 806As you can see we may have several pin controllers on the system and thus
807we need to specify which one of them that contain the functions we wish 807we need to specify which one of them that contain the functions we wish
808to map. The map can also use struct device * directly, so there is no 808to map.
809inherent need to use strings to specify .dev_name or .ctrl_dev_name, these
810are for the situation where you do not have a handle to the struct device *,
811for example if they are not yet instantiated or cumbersome to obtain.
812 809
813You register this pinmux mapping to the pinmux subsystem by simply: 810You register this pinmux mapping to the pinmux subsystem by simply:
814 811