diff options
author | Andreas Färber <afaerber@suse.de> | 2014-06-23 03:21:20 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-07-09 14:58:07 +0100 |
commit | c75e083cbcf2493b77bee6334b8d9de60c53f190 (patch) | |
tree | a0796dc9dabe69028980008e2611b11855b3bacb /Documentation/devicetree/bindings/mfd | |
parent | 2698e8272e3714ad4b5b31eb857a6e5eb6f33ba7 (diff) | |
download | blackbird-op-linux-c75e083cbcf2493b77bee6334b8d9de60c53f190.tar.gz blackbird-op-linux-c75e083cbcf2493b77bee6334b8d9de60c53f190.zip |
Documentation: devicetree: Fix s2mps11 example syntax
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/s2mps11.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/s2mps11.txt b/Documentation/devicetree/bindings/mfd/s2mps11.txt index d81ba30c0d8b..81338d10ddb8 100644 --- a/Documentation/devicetree/bindings/mfd/s2mps11.txt +++ b/Documentation/devicetree/bindings/mfd/s2mps11.txt @@ -96,7 +96,7 @@ Example: s2m_osc: clocks { compatible = "samsung,s2mps11-clk"; - #clock-cells = 1; + #clock-cells = <1>; clock-output-names = "xx", "yy", "zz"; }; |