Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a2883ec authored by Josh Cartwright's avatar Josh Cartwright Committed by Greg Kroah-Hartman
Browse files

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: default avatarJosh Cartwright <joshc@codeaurora.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8bab797c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = "...";