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

Commit 906c8bd4 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents e0547bd4 6b691411
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -772,6 +772,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 {