From: Andreas Färber Date: Mon, 23 Jun 2014 01:21:20 +0000 (+0200) Subject: Documentation: devicetree: Fix s2mps11 example syntax X-Git-Tag: v3.17-rc1~86^2~81 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=c75e083cbcf2493b77bee6334b8d9de60c53f190;p=karo-tx-linux.git Documentation: devicetree: Fix s2mps11 example syntax It's <1>, not 1. Signed-off-by: Andreas Färber Reviewed-by: Sachin Kamat Signed-off-by: Lee Jones --- 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"; };