aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-01-09 07:50:27 -0500
committerLinus Walleij <linus.walleij@linaro.org>2014-01-15 02:28:58 -0500
commit2bce695435bb81efa61c8c86715d26d1e2e7c211 (patch)
treebaee69f76caab9ecc69d1796883ca27a2fa8d093 /Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
parentf8720e5ec752c33259c7c14349945d5feb069229 (diff)
pinctrl: single: fix DT bindings documentation
Remove extra comma in pinctrl-single documentation. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt')
-rw-r--r--Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt2
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 7069a0b84e3a..bc0dfdfdb148 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -98,7 +98,7 @@ below for more information.
98In case when one register changes more than one pin's mux the 98In case when one register changes more than one pin's mux the
99pinctrl-single,bits need to be used which takes three parameters: 99pinctrl-single,bits need to be used which takes three parameters:
100 100
101 pinctrl-single,bits = <0xdc 0x18, 0xff>; 101 pinctrl-single,bits = <0xdc 0x18 0xff>;
102 102
103Where 0xdc is the offset from the pinctrl register base address for the 103Where 0xdc is the offset from the pinctrl register base address for the
104device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to 104device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to