Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Josh Cartwright and committed by
Greg Kroah-Hartman
4a2883ec 8bab797c

+1 -1
+1 -1
Documentation/devicetree/bindings/spmi/spmi.txt
··· 26 26 reg = <...>; 27 27 28 28 #address-cells = <2>; 29 - #size-cells <0>; 29 + #size-cells = <0>; 30 30 31 31 child@0 { 32 32 compatible = "...";