Skip to content

Commit

Permalink
pinctrl: single: fix DT bindings documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomi Valkeinen authored and Linus Walleij committed Jan 15, 2014
1 parent f8720e5 commit 2bce695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bce695

Please sign in to comment.