OSDN Git Service

Documentation: devicetree: Fix s2mps11 example syntax
authorAndreas Färber <afaerber@suse.de>
Mon, 23 Jun 2014 01:21:20 +0000 (03:21 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:07 +0000 (14:58 +0100)
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>
Documentation/devicetree/bindings/mfd/s2mps11.txt

index d81ba30..81338d1 100644 (file)
@@ -96,7 +96,7 @@ Example:
 
                s2m_osc: clocks {
                        compatible = "samsung,s2mps11-clk";
-                       #clock-cells = 1;
+                       #clock-cells = <1>;
                        clock-output-names = "xx", "yy", "zz";
                };