Skip to content

Commit

Permalink
Documentation: devicetree: Fix s2mps11 example syntax
Browse files Browse the repository at this point in the history
It's <1>, not 1.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Andreas Färber authored and Lee Jones committed Jul 9, 2014
1 parent 2698e82 commit c75e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/mfd/s2mps11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Example:

s2m_osc: clocks {
compatible = "samsung,s2mps11-clk";
#clock-cells = 1;
#clock-cells = <1>;
clock-output-names = "xx", "yy", "zz";
};

Expand Down

0 comments on commit c75e083

Please sign in to comment.