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

Commit 6b691411 authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add xo_board clock node for TRINKET



Add xo_board fixed clock node as it is the parent for
XO clock.

Change-Id: Ie597728015066f3a65b1a4faea1e8621d2cf86dc
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent d8ccfa1e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -764,6 +764,13 @@
			clock-output-names = "chip_sleep_clk";
			#clock-cells = <1>;
		};

		xo_board {
			compatible = "fixed-clock";
			#clock-cells = <0>;
			clock-frequency = <19200000>;
			clock-output-names = "xo_board";
		};
	};

	clock_rpmcc: qcom,rpmcc {