summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spmi/spmi.txt
diff options
context:
space:
mode:
authorJosh Cartwright2014-05-01 23:40:26 +0200
committerGreg Kroah-Hartman2014-05-28 22:45:15 +0200
commit4a2883ec794dee96c1702ca847a48bfe5c3ab1f0 (patch)
tree0c02fb7e2844a8d6a9e912a9f3bcb206bd283807 /Documentation/devicetree/bindings/spmi/spmi.txt
parentapplicom: dereferencing NULL on error path (diff)
downloadkernel-qcow2-linux-4a2883ec794dee96c1702ca847a48bfe5c3ab1f0.tar.gz
kernel-qcow2-linux-4a2883ec794dee96c1702ca847a48bfe5c3ab1f0.tar.xz
kernel-qcow2-linux-4a2883ec794dee96c1702ca847a48bfe5c3ab1f0.zip
spmi: of: fixup generic SPMI devicetree binding example
The generic SPMI example was missing an equal sign in the assignment of the #size-cells property. Signed-off-by: Josh Cartwright <joshc@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spmi/spmi.txt')
-rw-r--r--Documentation/devicetree/bindings/spmi/spmi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spmi/spmi.txt b/Documentation/devicetree/bindings/spmi/spmi.txt
index 462a42fb3a1e..4bb10d161a27 100644
--- a/Documentation/devicetree/bindings/spmi/spmi.txt
+++ b/Documentation/devicetree/bindings/spmi/spmi.txt
@@ -26,7 +26,7 @@ Each child node must have one and only one 'reg' entry of type SPMI_USID.
reg = <...>;
#address-cells = <2>;
- #size-cells <0>;
+ #size-cells = <0>;
child@0 {
compatible = "...";