diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-01-09 14:50:27 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-01-15 08:28:58 +0100 |
commit | 2bce695435bb81efa61c8c86715d26d1e2e7c211 (patch) | |
tree | baee69f76caab9ecc69d1796883ca27a2fa8d093 /Documentation | |
parent | f8720e5ec752c33259c7c14349945d5feb069229 (diff) | |
download | linux-2bce695435bb81efa61c8c86715d26d1e2e7c211.tar.gz linux-2bce695435bb81efa61c8c86715d26d1e2e7c211.tar.bz2 linux-2bce695435bb81efa61c8c86715d26d1e2e7c211.zip |
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')
-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 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. In case when one register changes more than one pin's mux the pinctrl-single,bits need to be used which takes three parameters: - pinctrl-single,bits = <0xdc 0x18, 0xff>; + pinctrl-single,bits = <0xdc 0x18 0xff>; Where 0xdc is the offset from the pinctrl register base address for the device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to |