]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
spmi: of: fixup generic SPMI devicetree binding example
authorJosh Cartwright <joshc@codeaurora.org>
Thu, 1 May 2014 21:40:26 +0000 (16:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 May 2014 20:45:15 +0000 (13:45 -0700)
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>
Documentation/devicetree/bindings/spmi/spmi.txt

index 462a42fb3a1e57df2f5b67dd19c885b73623ba4b..4bb10d161a27d277554821fe6d82a2762c8b81c3 100644 (file)
@@ -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 = "...";