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

Commit 08dece41 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: add div_clk devices for PM8998



Add clock devices for PM8998 DIV_CLK1-3.  These clocks divide the
input XO clock frequency and output it via GPIO special
functions.

Change-Id: Ibd8f518c7c7fffbf1612045299a9d803d0f73077
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 6ce8ab38
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -192,6 +192,33 @@
			qcom,fast-avg-setup = <0>;
			#thermal-sensor-cells = <1>;
		};

		pm8998_div_clk1: qcom,clkdiv@5b00 {
			compatible = "qcom,qpnp-clkdiv";
			reg = <0x5b00 0x100>;
			#clock-cells = <1>;
			qcom,cxo-freq = <19200000>;
			qcom,clkdiv-id = <1>;
			qcom,clkdiv-init-freq = <19200000>;
		};

		pm8998_div_clk2: qcom,clkdiv@5c00 {
			compatible = "qcom,qpnp-clkdiv";
			reg = <0x5c00 0x100>;
			#clock-cells = <1>;
			qcom,cxo-freq = <19200000>;
			qcom,clkdiv-id = <2>;
			qcom,clkdiv-init-freq = <19200000>;
		};

		pm8998_div_clk3: qcom,clkdiv@5d00 {
			compatible = "qcom,qpnp-clkdiv";
			reg = <0x5d00 0x100>;
			#clock-cells = <1>;
			qcom,cxo-freq = <19200000>;
			qcom,clkdiv-id = <3>;
			qcom,clkdiv-init-freq = <19200000>;
		};
	};

	qcom,pm8998@1 {