]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 d81ba30c0d8bd628bad8f11e3471f0b9146386b3..81338d10ddb8beca323cb5c4b218126c970be6e7 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";
                };