aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mfd
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2014-06-23 03:21:20 +0200
committerLee Jones <lee.jones@linaro.org>2014-07-09 14:58:07 +0100
commitc75e083cbcf2493b77bee6334b8d9de60c53f190 (patch)
treea0796dc9dabe69028980008e2611b11855b3bacb /Documentation/devicetree/bindings/mfd
parentmfd: wm8994: Add a bunch of missing defaults/readables (diff)
downloadlinux-dev-c75e083cbcf2493b77bee6334b8d9de60c53f190.tar.xz
linux-dev-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.txt2
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";
};