Browse Source

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>
Tomi Valkeinen 11 years ago
parent
commit
2bce695435
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt

+ 1 - 1
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
 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 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
 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
 device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to