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

Commit a6d833bb authored by David Collins's avatar David Collins Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add XO fixed clock device for Kona



Add a fixed clock device for the 19.2 MHz oscillator (XO) found
on Kona boards.  This provides a clock named bi_tcxo.  The
bi_tcxo clock will eventually be supported by RPMh once the
full bootchain is functional.

Change-Id: I84f41545dbed5c9aaddc1a848abda29aeb27de70
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 84196373
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -511,6 +511,13 @@ qcom,msm-imem@146bf000 {
		interrupt-controller;
	};

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

	clock_rpmh: qcom,rpmhclk {
		compatible = "qcom,dummycc";
		clock-output-names = "rpmh_clocks";