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

Commit 7510bb80 authored by Melody Olvera's avatar Melody Olvera
Browse files

ARM: dts: msm: Add bindings for cpufreq

Add device tree node for cpufreq.

Change-Id: I5aef58aad39a26544d670fdd7fe6d56d3bb5b16f
parent d7e86a73
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -246,6 +246,17 @@
		interconnects = <&system_noc MASTER_CRYPTO &mc_virt SLAVE_EBI1>;
	};

	qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clocks = <&apsscc APCS_MUX_CLK>;
		clock-names = "cpu0_clk";
		qcom,cpufreq-table =
			<  345600 >,
			<  576000 >,
			<  1094400 >,
			<  1497600 >;
	};

	qcom,msm-rtb {
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;