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

Commit c75e083c authored by Andreas Färber's avatar Andreas Färber Committed by Lee Jones
Browse files

Documentation: devicetree: Fix s2mps11 example syntax



It's <1>, not 1.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Reviewed-by: default avatarSachin Kamat <sachin.kamat@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 2698e827
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ Example:

		s2m_osc: clocks {
			compatible = "samsung,s2mps11-clk";
			#clock-cells = 1;
			#clock-cells = <1>;
			clock-output-names = "xx", "yy", "zz";
		};