projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2698e82
)
Documentation: devicetree: Fix s2mps11 example syntax
author
Andreas Färber
<afaerber@suse.de>
Mon, 23 Jun 2014 01:21:20 +0000
(
03:21
+0200)
committer
Lee 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
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/mfd/s2mps11.txt
b/Documentation/devicetree/bindings/mfd/s2mps11.txt
index d81ba30c0d8bd628bad8f11e3471f0b9146386b3..81338d10ddb8beca323cb5c4b218126c970be6e7 100644
(file)
--- 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";
};